Shades of Atlantis #81DC3F
Tints of Atlantis #81DC3F
RGB
CMYK
RGB Variations
Color information
#81DC3F (or 0x81DC3F) is known color: Atlantis. HEX triplet: 81, DC and 3F. RGB value is (129,220,63). Sum of RGB (Red+Green+Blue) = 129+220+63=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DC3F is #7E23C0. Grayscale: #AFAFAF. Windows color (decimal): -8266689 or 4185217. OLE color: 4185217.
HSL color Cylindrical-coordinate representation of color #81DC3F: hue angle of 94.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81DC3F is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 63 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.14 |
| HSL | 94.78º | 0.69% | 0.55% | - |
| HSV(B) | 94.78º | 0.71% | 0.86% | - |
| XYZ | 35.54 | 56.21 | 13.68 | - |
| YUV | 174.89 | 64.85 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 63 | 0.41 | 0 | 0.71 | 0.14 | 94.78 | 0.69 | 0.55 |
| Hex | 81 | DC | 3F | 29 | 0 | 47 | E | 5F | 45 | 37 |
| Octal | 201 | 334 | 77 | 51 | 0 | 107 | 16 | 137 | 105 | 67 |
| Binary | 10000001 | 11011100 | 111111 | 101001 | 0 | 1000111 | 1110 | 1011111 | 1000101 | 110111 |
Color Harmonies of #81DC3F
Complementary color
Monochromatic Colors of #81DC3F
Black with #81DC3F
Text Example
Text Example
White with #81DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC3F; }
p { color: rgb(129,220,63); }
H1.HeaderClassName
{
color: #81DC3F;
}
.AnyTagClassName
{
color: #81DC3F;
}
</style>
background-color css
<style>
a { background-color: #81DC3F; }
a { background-color: rgb(129,220,63); }
div.DivClassName
{
background-color: #81DC3F;
}
.BgClassName
{
background-color: #81DC3F;
}
</style>
border-color css
<style>
span { border-color: #81DC3F; }
span { border-color: rgb(129,220,63); }
td.TdClassName
{
border-color: #81DC3F;
}
.TagClassName
{
border-color: #81DC3F;
}
</style>