Shades of Atlantis #80DC41
Tints of Atlantis #80DC41
RGB
CMYK
RGB Variations
Color information
#80DC41 (or 0x80DC41) is known color: Atlantis. HEX triplet: 80, DC and 41. RGB value is (128,220,65). Sum of RGB (Red+Green+Blue) = 128+220+65=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC41 is #7F23BE. Grayscale: #AFAFAF. Windows color (decimal): -8332223 or 4316288. OLE color: 4316288.
HSL color Cylindrical-coordinate representation of color #80DC41: hue angle of 95.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80DC41 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 65 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.14 |
| HSL | 95.61º | 0.69% | 0.56% | - |
| HSV(B) | 95.61º | 0.7% | 0.86% | - |
| XYZ | 35.45 | 56.16 | 13.97 | - |
| YUV | 174.82 | 66.02 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 65 | 0.42 | 0 | 0.70 | 0.14 | 95.61 | 0.69 | 0.56 |
| Hex | 80 | DC | 41 | 2A | 0 | 46 | E | 60 | 45 | 38 |
| Octal | 200 | 334 | 101 | 52 | 0 | 106 | 16 | 140 | 105 | 70 |
| Binary | 10000000 | 11011100 | 1000001 | 101010 | 0 | 1000110 | 1110 | 1100000 | 1000101 | 111000 |
Color Harmonies of #80DC41
Complementary color
Monochromatic Colors of #80DC41
Black with #80DC41
Text Example
Text Example
White with #80DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC41; }
p { color: rgb(128,220,65); }
H1.HeaderClassName
{
color: #80DC41;
}
.AnyTagClassName
{
color: #80DC41;
}
</style>
background-color css
<style>
a { background-color: #80DC41; }
a { background-color: rgb(128,220,65); }
div.DivClassName
{
background-color: #80DC41;
}
.BgClassName
{
background-color: #80DC41;
}
</style>
border-color css
<style>
span { border-color: #80DC41; }
span { border-color: rgb(128,220,65); }
td.TdClassName
{
border-color: #80DC41;
}
.TagClassName
{
border-color: #80DC41;
}
</style>