Shades of Atlantis #8BD042
Tints of Atlantis #8BD042
RGB
CMYK
RGB Variations
Color information
#8BD042 (or 0x8BD042) is known color: Atlantis. HEX triplet: 8B, D0 and 42. RGB value is (139,208,66). Sum of RGB (Red+Green+Blue) = 139+208+66=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD042 is #742FBD. Grayscale: #ABABAB. Windows color (decimal): -7614398 or 4378763. OLE color: 4378763.
HSL color Cylindrical-coordinate representation of color #8BD042: hue angle of 89.15º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BD042 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 66 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.18 |
| HSL | 89.15º | 0.6% | 0.54% | - |
| HSV(B) | 89.15º | 0.68% | 0.82% | - |
| XYZ | 34.19 | 50.99 | 13.2 | - |
| YUV | 171.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 66 | 0.33 | 0 | 0.68 | 0.18 | 89.15 | 0.6 | 0.54 |
| Hex | 8B | D0 | 42 | 21 | 0 | 44 | 12 | 59 | 3C | 36 |
| Octal | 213 | 320 | 102 | 41 | 0 | 104 | 22 | 131 | 74 | 66 |
| Binary | 10001011 | 11010000 | 1000010 | 100001 | 0 | 1000100 | 10010 | 1011001 | 111100 | 110110 |
Color Harmonies of #8BD042
Complementary color
Monochromatic Colors of #8BD042
Black with #8BD042
Text Example
Text Example
White with #8BD042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD042; }
p { color: rgb(139,208,66); }
H1.HeaderClassName
{
color: #8BD042;
}
.AnyTagClassName
{
color: #8BD042;
}
</style>
background-color css
<style>
a { background-color: #8BD042; }
a { background-color: rgb(139,208,66); }
div.DivClassName
{
background-color: #8BD042;
}
.BgClassName
{
background-color: #8BD042;
}
</style>
border-color css
<style>
span { border-color: #8BD042; }
span { border-color: rgb(139,208,66); }
td.TdClassName
{
border-color: #8BD042;
}
.TagClassName
{
border-color: #8BD042;
}
</style>