Shades of Atlantis #8DEC31
Tints of Atlantis #8DEC31
RGB
CMYK
RGB Variations
Color information
#8DEC31 (or 0x8DEC31) is known color: Atlantis. HEX triplet: 8D, EC and 31. RGB value is (141,236,49). Sum of RGB (Red+Green+Blue) = 141+236+49=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEC31 is #7213CE. Grayscale: #BABABA. Windows color (decimal): -7476175 or 3271821. OLE color: 3271821.
HSL color Cylindrical-coordinate representation of color #8DEC31: hue angle of 90.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DEC31 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 49 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.07 |
| HSL | 90.48º | 0.83% | 0.56% | - |
| HSV(B) | 90.48º | 0.79% | 0.93% | - |
| XYZ | 41.53 | 65.88 | 13.43 | - |
| YUV | 186.28 | 50.53 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 49 | 0.40 | 0 | 0.79 | 0.07 | 90.48 | 0.83 | 0.56 |
| Hex | 8D | EC | 31 | 28 | 0 | 4F | 7 | 5A | 53 | 38 |
| Octal | 215 | 354 | 61 | 50 | 0 | 117 | 7 | 132 | 123 | 70 |
| Binary | 10001101 | 11101100 | 110001 | 101000 | 0 | 1001111 | 111 | 1011010 | 1010011 | 111000 |
Color Harmonies of #8DEC31
Complementary color
Monochromatic Colors of #8DEC31
Black with #8DEC31
Text Example
Text Example
White with #8DEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEC31; }
p { color: rgb(141,236,49); }
H1.HeaderClassName
{
color: #8DEC31;
}
.AnyTagClassName
{
color: #8DEC31;
}
</style>
background-color css
<style>
a { background-color: #8DEC31; }
a { background-color: rgb(141,236,49); }
div.DivClassName
{
background-color: #8DEC31;
}
.BgClassName
{
background-color: #8DEC31;
}
</style>
border-color css
<style>
span { border-color: #8DEC31; }
span { border-color: rgb(141,236,49); }
td.TdClassName
{
border-color: #8DEC31;
}
.TagClassName
{
border-color: #8DEC31;
}
</style>