Shades of Atlantis #8DEB3E
Tints of Atlantis #8DEB3E
RGB
CMYK
RGB Variations
Color information
#8DEB3E (or 0x8DEB3E) is known color: Atlantis. HEX triplet: 8D, EB and 3E. RGB value is (141,235,62). Sum of RGB (Red+Green+Blue) = 141+235+62=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 235 (92.19% from 255 or 53.65% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEB3E is #7214C1. Grayscale: #BBBBBB. Windows color (decimal): -7476418 or 4123533. OLE color: 4123533.
HSL color Cylindrical-coordinate representation of color #8DEB3E: hue angle of 92.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DEB3E is Cyan = 0.4, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 62 | - |
| CMYK | 0.4 | 0 | 0.74 | 0.08 |
| HSL | 92.6º | 0.81% | 0.58% | - |
| HSV(B) | 92.6º | 0.74% | 0.92% | - |
| XYZ | 41.56 | 65.43 | 15 | - |
| YUV | 187.17 | 57.36 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 62 | 0.4 | 0 | 0.74 | 0.08 | 92.6 | 0.81 | 0.58 |
| Hex | 8D | EB | 3E | 28 | 0 | 4A | 8 | 5D | 51 | 3A |
| Octal | 215 | 353 | 76 | 50 | 0 | 112 | 10 | 135 | 121 | 72 |
| Binary | 10001101 | 11101011 | 111110 | 101000 | 0 | 1001010 | 1000 | 1011101 | 1010001 | 111010 |
Color Harmonies of #8DEB3E
Complementary color
Monochromatic Colors of #8DEB3E
Black with #8DEB3E
Text Example
Text Example
White with #8DEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEB3E; }
p { color: rgb(141,235,62); }
H1.HeaderClassName
{
color: #8DEB3E;
}
.AnyTagClassName
{
color: #8DEB3E;
}
</style>
background-color css
<style>
a { background-color: #8DEB3E; }
a { background-color: rgb(141,235,62); }
div.DivClassName
{
background-color: #8DEB3E;
}
.BgClassName
{
background-color: #8DEB3E;
}
</style>
border-color css
<style>
span { border-color: #8DEB3E; }
span { border-color: rgb(141,235,62); }
td.TdClassName
{
border-color: #8DEB3E;
}
.TagClassName
{
border-color: #8DEB3E;
}
</style>