Shades of Atlantis #80DC3D
Tints of Atlantis #80DC3D
RGB
CMYK
RGB Variations
Color information
#80DC3D (or 0x80DC3D) is known color: Atlantis. HEX triplet: 80, DC and 3D. RGB value is (128,220,61). Sum of RGB (Red+Green+Blue) = 128+220+61=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC3D is #7F23C2. Grayscale: #AEAEAE. Windows color (decimal): -8332227 or 4054144. OLE color: 4054144.
HSL color Cylindrical-coordinate representation of color #80DC3D: hue angle of 94.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80DC3D is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 61 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.14 |
| HSL | 94.72º | 0.69% | 0.55% | - |
| HSV(B) | 94.72º | 0.72% | 0.86% | - |
| XYZ | 35.34 | 56.11 | 13.38 | - |
| YUV | 174.37 | 64.02 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 61 | 0.42 | 0 | 0.72 | 0.14 | 94.72 | 0.69 | 0.55 |
| Hex | 80 | DC | 3D | 2A | 0 | 48 | E | 5F | 45 | 37 |
| Octal | 200 | 334 | 75 | 52 | 0 | 110 | 16 | 137 | 105 | 67 |
| Binary | 10000000 | 11011100 | 111101 | 101010 | 0 | 1001000 | 1110 | 1011111 | 1000101 | 110111 |
Color Harmonies of #80DC3D
Complementary color
Monochromatic Colors of #80DC3D
Black with #80DC3D
Text Example
Text Example
White with #80DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC3D; }
p { color: rgb(128,220,61); }
H1.HeaderClassName
{
color: #80DC3D;
}
.AnyTagClassName
{
color: #80DC3D;
}
</style>
background-color css
<style>
a { background-color: #80DC3D; }
a { background-color: rgb(128,220,61); }
div.DivClassName
{
background-color: #80DC3D;
}
.BgClassName
{
background-color: #80DC3D;
}
</style>
border-color css
<style>
span { border-color: #80DC3D; }
span { border-color: rgb(128,220,61); }
td.TdClassName
{
border-color: #80DC3D;
}
.TagClassName
{
border-color: #80DC3D;
}
</style>