Shades of Atlantis #80CB3E
Tints of Atlantis #80CB3E
RGB
CMYK
RGB Variations
Color information
#80CB3E (or 0x80CB3E) is known color: Atlantis. HEX triplet: 80, CB and 3E. RGB value is (128,203,62). Sum of RGB (Red+Green+Blue) = 128+203+62=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB3E is #7F34C1. Grayscale: #A4A4A4. Windows color (decimal): -8336578 or 4115328. OLE color: 4115328.
HSL color Cylindrical-coordinate representation of color #80CB3E: hue angle of 91.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80CB3E is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 62 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.20 |
| HSL | 91.91º | 0.58% | 0.52% | - |
| HSV(B) | 91.91º | 0.69% | 0.8% | - |
| XYZ | 31.13 | 47.65 | 12.11 | - |
| YUV | 164.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 62 | 0.37 | 0 | 0.69 | 0.20 | 91.91 | 0.58 | 0.52 |
| Hex | 80 | CB | 3E | 25 | 0 | 45 | 14 | 5C | 3A | 34 |
| Octal | 200 | 313 | 76 | 45 | 0 | 105 | 24 | 134 | 72 | 64 |
| Binary | 10000000 | 11001011 | 111110 | 100101 | 0 | 1000101 | 10100 | 1011100 | 111010 | 110100 |
Color Harmonies of #80CB3E
Complementary color
Monochromatic Colors of #80CB3E
Black with #80CB3E
Text Example
Text Example
White with #80CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB3E; }
p { color: rgb(128,203,62); }
H1.HeaderClassName
{
color: #80CB3E;
}
.AnyTagClassName
{
color: #80CB3E;
}
</style>
background-color css
<style>
a { background-color: #80CB3E; }
a { background-color: rgb(128,203,62); }
div.DivClassName
{
background-color: #80CB3E;
}
.BgClassName
{
background-color: #80CB3E;
}
</style>
border-color css
<style>
span { border-color: #80CB3E; }
span { border-color: rgb(128,203,62); }
td.TdClassName
{
border-color: #80CB3E;
}
.TagClassName
{
border-color: #80CB3E;
}
</style>