Shades of Atlantis #8BD33F
Tints of Atlantis #8BD33F
RGB
CMYK
RGB Variations
Color information
#8BD33F (or 0x8BD33F) is known color: Atlantis. HEX triplet: 8B, D3 and 3F. RGB value is (139,211,63). Sum of RGB (Red+Green+Blue) = 139+211+63=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD33F is #742CC0. Grayscale: #ADADAD. Windows color (decimal): -7613633 or 4182923. OLE color: 4182923.
HSL color Cylindrical-coordinate representation of color #8BD33F: hue angle of 89.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BD33F is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 63 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.17 |
| HSL | 89.19º | 0.63% | 0.54% | - |
| HSV(B) | 89.19º | 0.7% | 0.83% | - |
| XYZ | 34.84 | 52.44 | 12.99 | - |
| YUV | 172.6 | 66.15 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 63 | 0.34 | 0 | 0.70 | 0.17 | 89.19 | 0.63 | 0.54 |
| Hex | 8B | D3 | 3F | 22 | 0 | 46 | 11 | 59 | 3F | 36 |
| Octal | 213 | 323 | 77 | 42 | 0 | 106 | 21 | 131 | 77 | 66 |
| Binary | 10001011 | 11010011 | 111111 | 100010 | 0 | 1000110 | 10001 | 1011001 | 111111 | 110110 |
Color Harmonies of #8BD33F
Complementary color
Monochromatic Colors of #8BD33F
Black with #8BD33F
Text Example
Text Example
White with #8BD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD33F; }
p { color: rgb(139,211,63); }
H1.HeaderClassName
{
color: #8BD33F;
}
.AnyTagClassName
{
color: #8BD33F;
}
</style>
background-color css
<style>
a { background-color: #8BD33F; }
a { background-color: rgb(139,211,63); }
div.DivClassName
{
background-color: #8BD33F;
}
.BgClassName
{
background-color: #8BD33F;
}
</style>
border-color css
<style>
span { border-color: #8BD33F; }
span { border-color: rgb(139,211,63); }
td.TdClassName
{
border-color: #8BD33F;
}
.TagClassName
{
border-color: #8BD33F;
}
</style>