Shades of Atlantis #8CE332
Tints of Atlantis #8CE332
RGB
CMYK
RGB Variations
Color information
#8CE332 (or 0x8CE332) is known color: Atlantis. HEX triplet: 8C, E3 and 32. RGB value is (140,227,50). Sum of RGB (Red+Green+Blue) = 140+227+50=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE332 is #731CCD. Grayscale: #B5B5B5. Windows color (decimal): -7544014 or 3335052. OLE color: 3335052.
HSL color Cylindrical-coordinate representation of color #8CE332: hue angle of 89.49º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CE332 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 50 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.11 |
| HSL | 89.49º | 0.76% | 0.54% | - |
| HSV(B) | 89.49º | 0.78% | 0.89% | - |
| XYZ | 38.86 | 60.74 | 12.69 | - |
| YUV | 180.81 | 54.18 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 50 | 0.38 | 0 | 0.78 | 0.11 | 89.49 | 0.76 | 0.54 |
| Hex | 8C | E3 | 32 | 26 | 0 | 4E | B | 59 | 4C | 36 |
| Octal | 214 | 343 | 62 | 46 | 0 | 116 | 13 | 131 | 114 | 66 |
| Binary | 10001100 | 11100011 | 110010 | 100110 | 0 | 1001110 | 1011 | 1011001 | 1001100 | 110110 |
Color Harmonies of #8CE332
Complementary color
Monochromatic Colors of #8CE332
Black with #8CE332
Text Example
Text Example
White with #8CE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE332; }
p { color: rgb(140,227,50); }
H1.HeaderClassName
{
color: #8CE332;
}
.AnyTagClassName
{
color: #8CE332;
}
</style>
background-color css
<style>
a { background-color: #8CE332; }
a { background-color: rgb(140,227,50); }
div.DivClassName
{
background-color: #8CE332;
}
.BgClassName
{
background-color: #8CE332;
}
</style>
border-color css
<style>
span { border-color: #8CE332; }
span { border-color: rgb(140,227,50); }
td.TdClassName
{
border-color: #8CE332;
}
.TagClassName
{
border-color: #8CE332;
}
</style>