Shades of Atlantis #8CE732
Tints of Atlantis #8CE732
RGB
CMYK
RGB Variations
Color information
#8CE732 (or 0x8CE732) is known color: Atlantis. HEX triplet: 8C, E7 and 32. RGB value is (140,231,50). Sum of RGB (Red+Green+Blue) = 140+231+50=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE732 is #7318CD. Grayscale: #B7B7B7. Windows color (decimal): -7542990 or 3336076. OLE color: 3336076.
HSL color Cylindrical-coordinate representation of color #8CE732: hue angle of 90.17º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CE732 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 50 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.09 |
| HSL | 90.17º | 0.79% | 0.55% | - |
| HSV(B) | 90.17º | 0.78% | 0.91% | - |
| XYZ | 39.97 | 62.96 | 13.06 | - |
| YUV | 183.16 | 52.85 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 50 | 0.39 | 0 | 0.78 | 0.09 | 90.17 | 0.79 | 0.55 |
| Hex | 8C | E7 | 32 | 27 | 0 | 4E | 9 | 5A | 4F | 37 |
| Octal | 214 | 347 | 62 | 47 | 0 | 116 | 11 | 132 | 117 | 67 |
| Binary | 10001100 | 11100111 | 110010 | 100111 | 0 | 1001110 | 1001 | 1011010 | 1001111 | 110111 |
Color Harmonies of #8CE732
Complementary color
Monochromatic Colors of #8CE732
Black with #8CE732
Text Example
Text Example
White with #8CE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE732; }
p { color: rgb(140,231,50); }
H1.HeaderClassName
{
color: #8CE732;
}
.AnyTagClassName
{
color: #8CE732;
}
</style>
background-color css
<style>
a { background-color: #8CE732; }
a { background-color: rgb(140,231,50); }
div.DivClassName
{
background-color: #8CE732;
}
.BgClassName
{
background-color: #8CE732;
}
</style>
border-color css
<style>
span { border-color: #8CE732; }
span { border-color: rgb(140,231,50); }
td.TdClassName
{
border-color: #8CE732;
}
.TagClassName
{
border-color: #8CE732;
}
</style>