Shades of Atlantis #81DF38
Tints of Atlantis #81DF38
RGB
CMYK
RGB Variations
Color information
#81DF38 (or 0x81DF38) is known color: Atlantis. HEX triplet: 81, DF and 38. RGB value is (129,223,56). Sum of RGB (Red+Green+Blue) = 129+223+56=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DF38 is #7E20C7. Grayscale: #B0B0B0. Windows color (decimal): -8265928 or 3727233. OLE color: 3727233.
HSL color Cylindrical-coordinate representation of color #81DF38: hue angle of 93.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81DF38 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 56 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.13 |
| HSL | 93.77º | 0.72% | 0.55% | - |
| HSV(B) | 93.77º | 0.75% | 0.87% | - |
| XYZ | 36.15 | 57.73 | 12.98 | - |
| YUV | 175.86 | 60.36 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 56 | 0.42 | 0 | 0.75 | 0.13 | 93.77 | 0.72 | 0.55 |
| Hex | 81 | DF | 38 | 2A | 0 | 4B | D | 5E | 48 | 37 |
| Octal | 201 | 337 | 70 | 52 | 0 | 113 | 15 | 136 | 110 | 67 |
| Binary | 10000001 | 11011111 | 111000 | 101010 | 0 | 1001011 | 1101 | 1011110 | 1001000 | 110111 |
Color Harmonies of #81DF38
Complementary color
Monochromatic Colors of #81DF38
Black with #81DF38
Text Example
Text Example
White with #81DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF38; }
p { color: rgb(129,223,56); }
H1.HeaderClassName
{
color: #81DF38;
}
.AnyTagClassName
{
color: #81DF38;
}
</style>
background-color css
<style>
a { background-color: #81DF38; }
a { background-color: rgb(129,223,56); }
div.DivClassName
{
background-color: #81DF38;
}
.BgClassName
{
background-color: #81DF38;
}
</style>
border-color css
<style>
span { border-color: #81DF38; }
span { border-color: rgb(129,223,56); }
td.TdClassName
{
border-color: #81DF38;
}
.TagClassName
{
border-color: #81DF38;
}
</style>