#8CD44B

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

Shades of Atlantis #8CD44B

Tints of Atlantis #8CD44B

Color information

#8CD44B (or 0x8CD44B) is unknown color: approx Atlantis. HEX triplet: 8C, D4 and 4B. RGB value is (140,212,75). Sum of RGB (Red+Green+Blue) = 140+212+75=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD44B is #732BB4. Grayscale: #AFAFAF. Windows color (decimal): -7547829 or 4969612. OLE color: 4969612.

HSL color Cylindrical-coordinate representation of color #8CD44B: hue angle of 91.53º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CD44B is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB14021275-
CMYK0.3400.650.17
HSL91.53º61.43%56.27%-
HSV(B)91.53º64.62%83.14%-
XYZ35.6353.1715.04-
YUV174.8571.65103.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 212 (83.20% from 255) = 49.65%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=32.79%
G=49.65%
B=17.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal140212750.3400.650.1791.5361.4356.27
Hex8CD44B22041115c3d38
Octal214324113420101211347570
Binary1000110011010100100101110001001000001100011011100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CD44B; }

 p { color: rgb(140,212,75); }

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

<style>
 a { background-color: #8CD44B; }

 a { background-color: rgb(140,212,75); }

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

<style>
 span { border-color: #8CD44B; }

 span { border-color: rgb(140,212,75); }

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