Shades of Atlantis #8ED03B
Tints of Atlantis #8ED03B
RGB
CMYK
RGB Variations
Color information
#8ED03B (or 0x8ED03B) is known color: Atlantis. HEX triplet: 8E, D0 and 3B. RGB value is (142,208,59). Sum of RGB (Red+Green+Blue) = 142+208+59=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED03B is #712FC4. Grayscale: #ABABAB. Windows color (decimal): -7417797 or 3920014. OLE color: 3920014.
HSL color Cylindrical-coordinate representation of color #8ED03B: hue angle of 86.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ED03B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 59 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.18 |
| HSL | 86.58º | 0.61% | 0.52% | - |
| HSV(B) | 86.58º | 0.72% | 0.82% | - |
| XYZ | 34.5 | 51.18 | 12.2 | - |
| YUV | 171.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 59 | 0.32 | 0 | 0.72 | 0.18 | 86.58 | 0.61 | 0.52 |
| Hex | 8E | D0 | 3B | 20 | 0 | 48 | 12 | 57 | 3D | 34 |
| Octal | 216 | 320 | 73 | 40 | 0 | 110 | 22 | 127 | 75 | 64 |
| Binary | 10001110 | 11010000 | 111011 | 100000 | 0 | 1001000 | 10010 | 1010111 | 111101 | 110100 |
Color Harmonies of #8ED03B
Complementary color
Monochromatic Colors of #8ED03B
Black with #8ED03B
Text Example
Text Example
White with #8ED03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED03B; }
p { color: rgb(142,208,59); }
H1.HeaderClassName
{
color: #8ED03B;
}
.AnyTagClassName
{
color: #8ED03B;
}
</style>
background-color css
<style>
a { background-color: #8ED03B; }
a { background-color: rgb(142,208,59); }
div.DivClassName
{
background-color: #8ED03B;
}
.BgClassName
{
background-color: #8ED03B;
}
</style>
border-color css
<style>
span { border-color: #8ED03B; }
span { border-color: rgb(142,208,59); }
td.TdClassName
{
border-color: #8ED03B;
}
.TagClassName
{
border-color: #8ED03B;
}
</style>