Shades of Atlantis #8CE432
Tints of Atlantis #8CE432
RGB
CMYK
RGB Variations
Color information
#8CE432 (or 0x8CE432) is known color: Atlantis. HEX triplet: 8C, E4 and 32. RGB value is (140,228,50). Sum of RGB (Red+Green+Blue) = 140+228+50=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE432 is #731BCD. Grayscale: #B6B6B6. Windows color (decimal): -7543758 or 3335308. OLE color: 3335308.
HSL color Cylindrical-coordinate representation of color #8CE432: hue angle of 89.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CE432 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 50 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.11 |
| HSL | 89.66º | 0.77% | 0.55% | - |
| HSV(B) | 89.66º | 0.78% | 0.89% | - |
| XYZ | 39.13 | 61.29 | 12.79 | - |
| YUV | 181.4 | 53.85 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 50 | 0.39 | 0 | 0.78 | 0.11 | 89.66 | 0.77 | 0.55 |
| Hex | 8C | E4 | 32 | 27 | 0 | 4E | B | 5A | 4D | 37 |
| Octal | 214 | 344 | 62 | 47 | 0 | 116 | 13 | 132 | 115 | 67 |
| Binary | 10001100 | 11100100 | 110010 | 100111 | 0 | 1001110 | 1011 | 1011010 | 1001101 | 110111 |
Color Harmonies of #8CE432
Complementary color
Monochromatic Colors of #8CE432
Black with #8CE432
Text Example
Text Example
White with #8CE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE432; }
p { color: rgb(140,228,50); }
H1.HeaderClassName
{
color: #8CE432;
}
.AnyTagClassName
{
color: #8CE432;
}
</style>
background-color css
<style>
a { background-color: #8CE432; }
a { background-color: rgb(140,228,50); }
div.DivClassName
{
background-color: #8CE432;
}
.BgClassName
{
background-color: #8CE432;
}
</style>
border-color css
<style>
span { border-color: #8CE432; }
span { border-color: rgb(140,228,50); }
td.TdClassName
{
border-color: #8CE432;
}
.TagClassName
{
border-color: #8CE432;
}
</style>