#94CB53

Color #94CB53 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94CB53

Tints of Atlantis #94CB53

Color information

#94CB53 (or 0x94CB53) is unknown color: approx Atlantis. HEX triplet: 94, CB and 53. RGB value is (148,203,83). Sum of RGB (Red+Green+Blue) = 148+203+83=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB53 is #6B34AC. Grayscale: #ADADAD. Windows color (decimal): -7025837 or 5491604. OLE color: 5491604.

HSL color Cylindrical-coordinate representation of color #94CB53: hue angle of 87.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94CB53 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB14820383-
CMYK0.2700.590.20
HSL87.5º53.57%56.08%-
HSV(B)87.5º59.11%79.61%-
XYZ35.1349.6315.91-
YUV172.8777.28110.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 203 (79.69% from 255) = 46.77%
BLUE value IS 83 (32.81% from 255) = 19.12%
R=34.10%
G=46.77%
B=19.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148203830.2700.590.2087.553.5756.08
Hex94CB531B03B14583638
Octal22431312333073241306670
Binary10010100110010111010011110110111011101001011000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CB53; }

 p { color: rgb(148,203,83); }

 H1.HeaderClassName
 {
   color: #94CB53;
 }
 .AnyTagClassName
 {
   color: #94CB53;
 }
</style>
background-color css

<style>
 a { background-color: #94CB53; }

 a { background-color: rgb(148,203,83); }

 div.DivClassName
 {
   background-color: #94CB53;
 }
 .BgClassName
 {
   background-color: #94CB53;
 }
</style>
border-color css

<style>
 span { border-color: #94CB53; }

 span { border-color: rgb(148,203,83); }

 td.TdClassName
 {
   border-color: #94CB53;
 }
 .TagClassName
 {
   border-color: #94CB53;
 }
</style>