Shades of Atlantis #8EBD41
Tints of Atlantis #8EBD41
RGB
CMYK
RGB Variations
Color information
#8EBD41 (or 0x8EBD41) is known color: Atlantis. HEX triplet: 8E, BD and 41. RGB value is (142,189,65). Sum of RGB (Red+Green+Blue) = 142+189+65=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD41 is #7142BE. Grayscale: #A1A1A1. Windows color (decimal): -7422655 or 4308366. OLE color: 4308366.
HSL color Cylindrical-coordinate representation of color #8EBD41: hue angle of 82.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EBD41 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 65 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.26 |
| HSL | 82.74º | 0.49% | 0.5% | - |
| HSV(B) | 82.74º | 0.66% | 0.74% | - |
| XYZ | 30.31 | 42.53 | 11.61 | - |
| YUV | 160.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 65 | 0.25 | 0 | 0.66 | 0.26 | 82.74 | 0.49 | 0.5 |
| Hex | 8E | BD | 41 | 19 | 0 | 42 | 1A | 53 | 31 | 32 |
| Octal | 216 | 275 | 101 | 31 | 0 | 102 | 32 | 123 | 61 | 62 |
| Binary | 10001110 | 10111101 | 1000001 | 11001 | 0 | 1000010 | 11010 | 1010011 | 110001 | 110010 |
Color Harmonies of #8EBD41
Complementary color
Monochromatic Colors of #8EBD41
Black with #8EBD41
Text Example
Text Example
White with #8EBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD41; }
p { color: rgb(142,189,65); }
H1.HeaderClassName
{
color: #8EBD41;
}
.AnyTagClassName
{
color: #8EBD41;
}
</style>
background-color css
<style>
a { background-color: #8EBD41; }
a { background-color: rgb(142,189,65); }
div.DivClassName
{
background-color: #8EBD41;
}
.BgClassName
{
background-color: #8EBD41;
}
</style>
border-color css
<style>
span { border-color: #8EBD41; }
span { border-color: rgb(142,189,65); }
td.TdClassName
{
border-color: #8EBD41;
}
.TagClassName
{
border-color: #8EBD41;
}
</style>