Shades of Atlantis #80DF3D
Tints of Atlantis #80DF3D
RGB
CMYK
RGB Variations
Color information
#80DF3D (or 0x80DF3D) is known color: Atlantis. HEX triplet: 80, DF and 3D. RGB value is (128,223,61). Sum of RGB (Red+Green+Blue) = 128+223+61=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DF3D is #7F20C2. Grayscale: #B0B0B0. Windows color (decimal): -8331459 or 4054912. OLE color: 4054912.
HSL color Cylindrical-coordinate representation of color #80DF3D: hue angle of 95.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80DF3D is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 61 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.13 |
| HSL | 95.19º | 0.72% | 0.56% | - |
| HSV(B) | 95.19º | 0.73% | 0.87% | - |
| XYZ | 36.13 | 57.7 | 13.65 | - |
| YUV | 176.13 | 63.03 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 61 | 0.43 | 0 | 0.73 | 0.13 | 95.19 | 0.72 | 0.56 |
| Hex | 80 | DF | 3D | 2B | 0 | 49 | D | 5F | 48 | 38 |
| Octal | 200 | 337 | 75 | 53 | 0 | 111 | 15 | 137 | 110 | 70 |
| Binary | 10000000 | 11011111 | 111101 | 101011 | 0 | 1001001 | 1101 | 1011111 | 1001000 | 111000 |
Color Harmonies of #80DF3D
Complementary color
Monochromatic Colors of #80DF3D
Black with #80DF3D
Text Example
Text Example
White with #80DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF3D; }
p { color: rgb(128,223,61); }
H1.HeaderClassName
{
color: #80DF3D;
}
.AnyTagClassName
{
color: #80DF3D;
}
</style>
background-color css
<style>
a { background-color: #80DF3D; }
a { background-color: rgb(128,223,61); }
div.DivClassName
{
background-color: #80DF3D;
}
.BgClassName
{
background-color: #80DF3D;
}
</style>
border-color css
<style>
span { border-color: #80DF3D; }
span { border-color: rgb(128,223,61); }
td.TdClassName
{
border-color: #80DF3D;
}
.TagClassName
{
border-color: #80DF3D;
}
</style>