Shades of Atlantis #80CC3D
Tints of Atlantis #80CC3D
RGB
CMYK
RGB Variations
Color information
#80CC3D (or 0x80CC3D) is known color: Atlantis. HEX triplet: 80, CC and 3D. RGB value is (128,204,61). Sum of RGB (Red+Green+Blue) = 128+204+61=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC3D is #7F33C2. Grayscale: #A5A5A5. Windows color (decimal): -8336323 or 4050048. OLE color: 4050048.
HSL color Cylindrical-coordinate representation of color #80CC3D: hue angle of 91.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80CC3D is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 61 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.2 |
| HSL | 91.89º | 0.58% | 0.52% | - |
| HSV(B) | 91.89º | 0.7% | 0.8% | - |
| XYZ | 31.34 | 48.11 | 12.05 | - |
| YUV | 164.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 61 | 0.37 | 0 | 0.70 | 0.2 | 91.89 | 0.58 | 0.52 |
| Hex | 80 | CC | 3D | 25 | 0 | 46 | 14 | 5C | 3A | 34 |
| Octal | 200 | 314 | 75 | 45 | 0 | 106 | 24 | 134 | 72 | 64 |
| Binary | 10000000 | 11001100 | 111101 | 100101 | 0 | 1000110 | 10100 | 1011100 | 111010 | 110100 |
Color Harmonies of #80CC3D
Complementary color
Monochromatic Colors of #80CC3D
Black with #80CC3D
Text Example
Text Example
White with #80CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC3D; }
p { color: rgb(128,204,61); }
H1.HeaderClassName
{
color: #80CC3D;
}
.AnyTagClassName
{
color: #80CC3D;
}
</style>
background-color css
<style>
a { background-color: #80CC3D; }
a { background-color: rgb(128,204,61); }
div.DivClassName
{
background-color: #80CC3D;
}
.BgClassName
{
background-color: #80CC3D;
}
</style>
border-color css
<style>
span { border-color: #80CC3D; }
span { border-color: rgb(128,204,61); }
td.TdClassName
{
border-color: #80CC3D;
}
.TagClassName
{
border-color: #80CC3D;
}
</style>