Shades of Atlantis #8CE433
Tints of Atlantis #8CE433
RGB
CMYK
RGB Variations
Color information
#8CE433 (or 0x8CE433) is known color: Atlantis. HEX triplet: 8C, E4 and 33. RGB value is (140,228,51). Sum of RGB (Red+Green+Blue) = 140+228+51=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE433 is #731BCC. Grayscale: #B6B6B6. Windows color (decimal): -7543757 or 3400844. OLE color: 3400844.
HSL color Cylindrical-coordinate representation of color #8CE433: hue angle of 89.83º 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 #8CE433 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 51 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.11 |
| HSL | 89.83º | 0.77% | 0.55% | - |
| HSV(B) | 89.83º | 0.78% | 0.89% | - |
| XYZ | 39.16 | 61.3 | 12.9 | - |
| YUV | 181.51 | 54.35 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 51 | 0.39 | 0 | 0.78 | 0.11 | 89.83 | 0.77 | 0.55 |
| Hex | 8C | E4 | 33 | 27 | 0 | 4E | B | 5A | 4D | 37 |
| Octal | 214 | 344 | 63 | 47 | 0 | 116 | 13 | 132 | 115 | 67 |
| Binary | 10001100 | 11100100 | 110011 | 100111 | 0 | 1001110 | 1011 | 1011010 | 1001101 | 110111 |
Color Harmonies of #8CE433
Complementary color
Monochromatic Colors of #8CE433
Black with #8CE433
Text Example
Text Example
White with #8CE433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE433; }
p { color: rgb(140,228,51); }
H1.HeaderClassName
{
color: #8CE433;
}
.AnyTagClassName
{
color: #8CE433;
}
</style>
background-color css
<style>
a { background-color: #8CE433; }
a { background-color: rgb(140,228,51); }
div.DivClassName
{
background-color: #8CE433;
}
.BgClassName
{
background-color: #8CE433;
}
</style>
border-color css
<style>
span { border-color: #8CE433; }
span { border-color: rgb(140,228,51); }
td.TdClassName
{
border-color: #8CE433;
}
.TagClassName
{
border-color: #8CE433;
}
</style>