Shades of Atlantis #8FED34
Tints of Atlantis #8FED34
RGB
CMYK
RGB Variations
Color information
#8FED34 (or 0x8FED34) is known color: Atlantis. HEX triplet: 8F, ED and 34. RGB value is (143,237,52). Sum of RGB (Red+Green+Blue) = 143+237+52=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED34 is #7012CB. Grayscale: #BCBCBC. Windows color (decimal): -7344844 or 3468687. OLE color: 3468687.
HSL color Cylindrical-coordinate representation of color #8FED34: hue angle of 90.49º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FED34 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 52 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.07 |
| HSL | 90.49º | 0.84% | 0.57% | - |
| HSV(B) | 90.49º | 0.78% | 0.93% | - |
| XYZ | 42.23 | 66.66 | 13.89 | - |
| YUV | 187.8 | 51.36 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 52 | 0.40 | 0 | 0.78 | 0.07 | 90.49 | 0.84 | 0.57 |
| Hex | 8F | ED | 34 | 28 | 0 | 4E | 7 | 5A | 54 | 39 |
| Octal | 217 | 355 | 64 | 50 | 0 | 116 | 7 | 132 | 124 | 71 |
| Binary | 10001111 | 11101101 | 110100 | 101000 | 0 | 1001110 | 111 | 1011010 | 1010100 | 111001 |
Color Harmonies of #8FED34
Complementary color
Monochromatic Colors of #8FED34
Black with #8FED34
Text Example
Text Example
White with #8FED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED34; }
p { color: rgb(143,237,52); }
H1.HeaderClassName
{
color: #8FED34;
}
.AnyTagClassName
{
color: #8FED34;
}
</style>
background-color css
<style>
a { background-color: #8FED34; }
a { background-color: rgb(143,237,52); }
div.DivClassName
{
background-color: #8FED34;
}
.BgClassName
{
background-color: #8FED34;
}
</style>
border-color css
<style>
span { border-color: #8FED34; }
span { border-color: rgb(143,237,52); }
td.TdClassName
{
border-color: #8FED34;
}
.TagClassName
{
border-color: #8FED34;
}
</style>