Shades of Atlantis #8FD33E
Tints of Atlantis #8FD33E
RGB
CMYK
RGB Variations
Color information
#8FD33E (or 0x8FD33E) is known color: Atlantis. HEX triplet: 8F, D3 and 3E. RGB value is (143,211,62). Sum of RGB (Red+Green+Blue) = 143+211+62=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD33E is #702CC1. Grayscale: #AEAEAE. Windows color (decimal): -7351490 or 4117391. OLE color: 4117391.
HSL color Cylindrical-coordinate representation of color #8FD33E: hue angle of 87.38º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FD33E is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 62 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.17 |
| HSL | 87.38º | 0.63% | 0.54% | - |
| HSV(B) | 87.38º | 0.71% | 0.83% | - |
| XYZ | 35.49 | 52.78 | 12.87 | - |
| YUV | 173.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 62 | 0.32 | 0 | 0.71 | 0.17 | 87.38 | 0.63 | 0.54 |
| Hex | 8F | D3 | 3E | 20 | 0 | 47 | 11 | 57 | 3F | 36 |
| Octal | 217 | 323 | 76 | 40 | 0 | 107 | 21 | 127 | 77 | 66 |
| Binary | 10001111 | 11010011 | 111110 | 100000 | 0 | 1000111 | 10001 | 1010111 | 111111 | 110110 |
Color Harmonies of #8FD33E
Complementary color
Monochromatic Colors of #8FD33E
Black with #8FD33E
Text Example
Text Example
White with #8FD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD33E; }
p { color: rgb(143,211,62); }
H1.HeaderClassName
{
color: #8FD33E;
}
.AnyTagClassName
{
color: #8FD33E;
}
</style>
background-color css
<style>
a { background-color: #8FD33E; }
a { background-color: rgb(143,211,62); }
div.DivClassName
{
background-color: #8FD33E;
}
.BgClassName
{
background-color: #8FD33E;
}
</style>
border-color css
<style>
span { border-color: #8FD33E; }
span { border-color: rgb(143,211,62); }
td.TdClassName
{
border-color: #8FD33E;
}
.TagClassName
{
border-color: #8FD33E;
}
</style>