Shades of Atlantis #80DD3C
Tints of Atlantis #80DD3C
RGB
CMYK
RGB Variations
Color information
#80DD3C (or 0x80DD3C) is known color: Atlantis. HEX triplet: 80, DD and 3C. RGB value is (128,221,60). Sum of RGB (Red+Green+Blue) = 128+221+60=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD3C is #7F22C3. Grayscale: #AFAFAF. Windows color (decimal): -8331972 or 3988864. OLE color: 3988864.
HSL color Cylindrical-coordinate representation of color #80DD3C: hue angle of 94.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80DD3C is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 60 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.13 |
| HSL | 94.66º | 0.7% | 0.55% | - |
| HSV(B) | 94.66º | 0.73% | 0.87% | - |
| XYZ | 35.57 | 56.63 | 13.33 | - |
| YUV | 174.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 60 | 0.42 | 0 | 0.73 | 0.13 | 94.66 | 0.7 | 0.55 |
| Hex | 80 | DD | 3C | 2A | 0 | 49 | D | 5F | 46 | 37 |
| Octal | 200 | 335 | 74 | 52 | 0 | 111 | 15 | 137 | 106 | 67 |
| Binary | 10000000 | 11011101 | 111100 | 101010 | 0 | 1001001 | 1101 | 1011111 | 1000110 | 110111 |
Color Harmonies of #80DD3C
Complementary color
Monochromatic Colors of #80DD3C
Black with #80DD3C
Text Example
Text Example
White with #80DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD3C; }
p { color: rgb(128,221,60); }
H1.HeaderClassName
{
color: #80DD3C;
}
.AnyTagClassName
{
color: #80DD3C;
}
</style>
background-color css
<style>
a { background-color: #80DD3C; }
a { background-color: rgb(128,221,60); }
div.DivClassName
{
background-color: #80DD3C;
}
.BgClassName
{
background-color: #80DD3C;
}
</style>
border-color css
<style>
span { border-color: #80DD3C; }
span { border-color: rgb(128,221,60); }
td.TdClassName
{
border-color: #80DD3C;
}
.TagClassName
{
border-color: #80DD3C;
}
</style>