#94CB4B

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

Shades of Atlantis #94CB4B

Tints of Atlantis #94CB4B

Color information

#94CB4B (or 0x94CB4B) is unknown color: approx Atlantis. HEX triplet: 94, CB and 4B. RGB value is (148,203,75). Sum of RGB (Red+Green+Blue) = 148+203+75=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CB4B is #6B34B4. Grayscale: #ACACAC. Windows color (decimal): -7025845 or 4967316. OLE color: 4967316.

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

Color convert

RGB14820375-
CMYK0.2700.630.20
HSL85.78º55.17%54.51%-
HSV(B)85.78º63.05%79.61%-
XYZ34.8449.5214.38-
YUV171.9673.28110.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 203 (79.69% from 255) = 47.65%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=34.74%
G=47.65%
B=17.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148203750.2700.630.2085.7855.1754.51
Hex94CB4B1B03F14563737
Octal22431311333077241266767
Binary10010100110010111001011110110111111101001010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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