Shades of Atlantis #80D83C
Tints of Atlantis #80D83C
RGB
CMYK
RGB Variations
Color information
#80D83C (or 0x80D83C) is known color: Atlantis. HEX triplet: 80, D8 and 3C. RGB value is (128,216,60). Sum of RGB (Red+Green+Blue) = 128+216+60=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #80D83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D83C is #7F27C3. Grayscale: #ACACAC. Windows color (decimal): -8333252 or 3987584. OLE color: 3987584.
HSL color Cylindrical-coordinate representation of color #80D83C: hue angle of 93.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80D83C is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 60 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.15 |
| HSL | 93.85º | 0.67% | 0.54% | - |
| HSV(B) | 93.85º | 0.72% | 0.85% | - |
| XYZ | 34.27 | 54.03 | 12.9 | - |
| YUV | 171.9 | 64.85 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 60 | 0.41 | 0 | 0.72 | 0.15 | 93.85 | 0.67 | 0.54 |
| Hex | 80 | D8 | 3C | 29 | 0 | 48 | F | 5E | 43 | 36 |
| Octal | 200 | 330 | 74 | 51 | 0 | 110 | 17 | 136 | 103 | 66 |
| Binary | 10000000 | 11011000 | 111100 | 101001 | 0 | 1001000 | 1111 | 1011110 | 1000011 | 110110 |
Color Harmonies of #80D83C
Complementary color
Monochromatic Colors of #80D83C
Black with #80D83C
Text Example
Text Example
White with #80D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D83C; }
p { color: rgb(128,216,60); }
H1.HeaderClassName
{
color: #80D83C;
}
.AnyTagClassName
{
color: #80D83C;
}
</style>
background-color css
<style>
a { background-color: #80D83C; }
a { background-color: rgb(128,216,60); }
div.DivClassName
{
background-color: #80D83C;
}
.BgClassName
{
background-color: #80D83C;
}
</style>
border-color css
<style>
span { border-color: #80D83C; }
span { border-color: rgb(128,216,60); }
td.TdClassName
{
border-color: #80D83C;
}
.TagClassName
{
border-color: #80D83C;
}
</style>