Shades of Atlantis #8FE434
Tints of Atlantis #8FE434
RGB
CMYK
RGB Variations
Color information
#8FE434 (or 0x8FE434) is known color: Atlantis. HEX triplet: 8F, E4 and 34. RGB value is (143,228,52). Sum of RGB (Red+Green+Blue) = 143+228+52=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE434 is #701BCB. Grayscale: #B7B7B7. Windows color (decimal): -7347148 or 3466383. OLE color: 3466383.
HSL color Cylindrical-coordinate representation of color #8FE434: hue angle of 88.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FE434 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 52 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.11 |
| HSL | 88.98º | 0.77% | 0.55% | - |
| HSV(B) | 88.98º | 0.77% | 0.89% | - |
| XYZ | 39.69 | 61.57 | 13.04 | - |
| YUV | 182.52 | 54.34 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 52 | 0.37 | 0 | 0.77 | 0.11 | 88.98 | 0.77 | 0.55 |
| Hex | 8F | E4 | 34 | 25 | 0 | 4D | B | 59 | 4D | 37 |
| Octal | 217 | 344 | 64 | 45 | 0 | 115 | 13 | 131 | 115 | 67 |
| Binary | 10001111 | 11100100 | 110100 | 100101 | 0 | 1001101 | 1011 | 1011001 | 1001101 | 110111 |
Color Harmonies of #8FE434
Complementary color
Monochromatic Colors of #8FE434
Black with #8FE434
Text Example
Text Example
White with #8FE434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE434; }
p { color: rgb(143,228,52); }
H1.HeaderClassName
{
color: #8FE434;
}
.AnyTagClassName
{
color: #8FE434;
}
</style>
background-color css
<style>
a { background-color: #8FE434; }
a { background-color: rgb(143,228,52); }
div.DivClassName
{
background-color: #8FE434;
}
.BgClassName
{
background-color: #8FE434;
}
</style>
border-color css
<style>
span { border-color: #8FE434; }
span { border-color: rgb(143,228,52); }
td.TdClassName
{
border-color: #8FE434;
}
.TagClassName
{
border-color: #8FE434;
}
</style>