Shades of Atlantis #80EE37
Tints of Atlantis #80EE37
RGB
CMYK
RGB Variations
Color information
#80EE37 (or 0x80EE37) is known color: Atlantis. HEX triplet: 80, EE and 37. RGB value is (128,238,55). Sum of RGB (Red+Green+Blue) = 128+238+55=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 238 (93.36% from 255 or 56.53% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EE37 is #7F11C8. Grayscale: #B8B8B8. Windows color (decimal): -8327625 or 3665536. OLE color: 3665536.
HSL color Cylindrical-coordinate representation of color #80EE37: hue angle of 96.07º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80EE37 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 55 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.07 |
| HSL | 96.07º | 0.84% | 0.57% | - |
| HSV(B) | 96.07º | 0.77% | 0.93% | - |
| XYZ | 40.17 | 66.01 | 14.24 | - |
| YUV | 184.25 | 55.06 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 55 | 0.46 | 0 | 0.77 | 0.07 | 96.07 | 0.84 | 0.57 |
| Hex | 80 | EE | 37 | 2E | 0 | 4D | 7 | 60 | 54 | 39 |
| Octal | 200 | 356 | 67 | 56 | 0 | 115 | 7 | 140 | 124 | 71 |
| Binary | 10000000 | 11101110 | 110111 | 101110 | 0 | 1001101 | 111 | 1100000 | 1010100 | 111001 |
Color Harmonies of #80EE37
Complementary color
Monochromatic Colors of #80EE37
Black with #80EE37
Text Example
Text Example
White with #80EE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE37; }
p { color: rgb(128,238,55); }
H1.HeaderClassName
{
color: #80EE37;
}
.AnyTagClassName
{
color: #80EE37;
}
</style>
background-color css
<style>
a { background-color: #80EE37; }
a { background-color: rgb(128,238,55); }
div.DivClassName
{
background-color: #80EE37;
}
.BgClassName
{
background-color: #80EE37;
}
</style>
border-color css
<style>
span { border-color: #80EE37; }
span { border-color: rgb(128,238,55); }
td.TdClassName
{
border-color: #80EE37;
}
.TagClassName
{
border-color: #80EE37;
}
</style>