Shades of Atlantis #81DB38
Tints of Atlantis #81DB38
RGB
CMYK
RGB Variations
Color information
#81DB38 (or 0x81DB38) is known color: Atlantis. HEX triplet: 81, DB and 38. RGB value is (129,219,56). Sum of RGB (Red+Green+Blue) = 129+219+56=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DB38 is #7E24C7. Grayscale: #AEAEAE. Windows color (decimal): -8266952 or 3726209. OLE color: 3726209.
HSL color Cylindrical-coordinate representation of color #81DB38: hue angle of 93.13º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81DB38 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 56 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.14 |
| HSL | 93.13º | 0.69% | 0.54% | - |
| HSV(B) | 93.13º | 0.74% | 0.86% | - |
| XYZ | 35.1 | 55.62 | 12.63 | - |
| YUV | 173.51 | 61.68 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 56 | 0.41 | 0 | 0.74 | 0.14 | 93.13 | 0.69 | 0.54 |
| Hex | 81 | DB | 38 | 29 | 0 | 4A | E | 5D | 45 | 36 |
| Octal | 201 | 333 | 70 | 51 | 0 | 112 | 16 | 135 | 105 | 66 |
| Binary | 10000001 | 11011011 | 111000 | 101001 | 0 | 1001010 | 1110 | 1011101 | 1000101 | 110110 |
Color Harmonies of #81DB38
Complementary color
Monochromatic Colors of #81DB38
Black with #81DB38
Text Example
Text Example
White with #81DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB38; }
p { color: rgb(129,219,56); }
H1.HeaderClassName
{
color: #81DB38;
}
.AnyTagClassName
{
color: #81DB38;
}
</style>
background-color css
<style>
a { background-color: #81DB38; }
a { background-color: rgb(129,219,56); }
div.DivClassName
{
background-color: #81DB38;
}
.BgClassName
{
background-color: #81DB38;
}
</style>
border-color css
<style>
span { border-color: #81DB38; }
span { border-color: rgb(129,219,56); }
td.TdClassName
{
border-color: #81DB38;
}
.TagClassName
{
border-color: #81DB38;
}
</style>