Shades of Atlantis #80ED34
Tints of Atlantis #80ED34
RGB
CMYK
RGB Variations
Color information
#80ED34 (or 0x80ED34) is known color: Atlantis. HEX triplet: 80, ED and 34. RGB value is (128,237,52). Sum of RGB (Red+Green+Blue) = 128+237+52=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80ED34 is #7F12CB. Grayscale: #B7B7B7. Windows color (decimal): -8327884 or 3468672. OLE color: 3468672.
HSL color Cylindrical-coordinate representation of color #80ED34: hue angle of 95.35º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80ED34 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 52 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.07 |
| HSL | 95.35º | 0.84% | 0.57% | - |
| HSV(B) | 95.35º | 0.78% | 0.93% | - |
| XYZ | 39.81 | 65.41 | 13.78 | - |
| YUV | 183.32 | 53.89 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 52 | 0.46 | 0 | 0.78 | 0.07 | 95.35 | 0.84 | 0.57 |
| Hex | 80 | ED | 34 | 2E | 0 | 4E | 7 | 5F | 54 | 39 |
| Octal | 200 | 355 | 64 | 56 | 0 | 116 | 7 | 137 | 124 | 71 |
| Binary | 10000000 | 11101101 | 110100 | 101110 | 0 | 1001110 | 111 | 1011111 | 1010100 | 111001 |
Color Harmonies of #80ED34
Complementary color
Monochromatic Colors of #80ED34
Black with #80ED34
Text Example
Text Example
White with #80ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ED34; }
p { color: rgb(128,237,52); }
H1.HeaderClassName
{
color: #80ED34;
}
.AnyTagClassName
{
color: #80ED34;
}
</style>
background-color css
<style>
a { background-color: #80ED34; }
a { background-color: rgb(128,237,52); }
div.DivClassName
{
background-color: #80ED34;
}
.BgClassName
{
background-color: #80ED34;
}
</style>
border-color css
<style>
span { border-color: #80ED34; }
span { border-color: rgb(128,237,52); }
td.TdClassName
{
border-color: #80ED34;
}
.TagClassName
{
border-color: #80ED34;
}
</style>