Shades of Atlantis #8FED33
Tints of Atlantis #8FED33
RGB
CMYK
RGB Variations
Color information
#8FED33 (or 0x8FED33) is known color: Atlantis. HEX triplet: 8F, ED and 33. RGB value is (143,237,51). Sum of RGB (Red+Green+Blue) = 143+237+51=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED33 is #7012CC. Grayscale: #BCBCBC. Windows color (decimal): -7344845 or 3403151. OLE color: 3403151.
HSL color Cylindrical-coordinate representation of color #8FED33: hue angle of 90.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FED33 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 51 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.07 |
| HSL | 90.32º | 0.84% | 0.56% | - |
| HSV(B) | 90.32º | 0.78% | 0.93% | - |
| XYZ | 42.21 | 66.65 | 13.77 | - |
| YUV | 187.69 | 50.86 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 51 | 0.40 | 0 | 0.78 | 0.07 | 90.32 | 0.84 | 0.56 |
| Hex | 8F | ED | 33 | 28 | 0 | 4E | 7 | 5A | 54 | 38 |
| Octal | 217 | 355 | 63 | 50 | 0 | 116 | 7 | 132 | 124 | 70 |
| Binary | 10001111 | 11101101 | 110011 | 101000 | 0 | 1001110 | 111 | 1011010 | 1010100 | 111000 |
Color Harmonies of #8FED33
Complementary color
Monochromatic Colors of #8FED33
Black with #8FED33
Text Example
Text Example
White with #8FED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED33; }
p { color: rgb(143,237,51); }
H1.HeaderClassName
{
color: #8FED33;
}
.AnyTagClassName
{
color: #8FED33;
}
</style>
background-color css
<style>
a { background-color: #8FED33; }
a { background-color: rgb(143,237,51); }
div.DivClassName
{
background-color: #8FED33;
}
.BgClassName
{
background-color: #8FED33;
}
</style>
border-color css
<style>
span { border-color: #8FED33; }
span { border-color: rgb(143,237,51); }
td.TdClassName
{
border-color: #8FED33;
}
.TagClassName
{
border-color: #8FED33;
}
</style>