Shades of Atlantis #81CB3F
Tints of Atlantis #81CB3F
RGB
CMYK
RGB Variations
Color information
#81CB3F (or 0x81CB3F) is known color: Atlantis. HEX triplet: 81, CB and 3F. RGB value is (129,203,63). Sum of RGB (Red+Green+Blue) = 129+203+63=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CB3F is #7E34C0. Grayscale: #A5A5A5. Windows color (decimal): -8271041 or 4180865. OLE color: 4180865.
HSL color Cylindrical-coordinate representation of color #81CB3F: hue angle of 91.71º degrees, saturation: 0.57, 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 #81CB3F is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 63 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.20 |
| HSL | 91.71º | 0.57% | 0.52% | - |
| HSV(B) | 91.71º | 0.69% | 0.8% | - |
| XYZ | 31.31 | 47.74 | 12.27 | - |
| YUV | 164.91 | 70.48 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 63 | 0.36 | 0 | 0.69 | 0.20 | 91.71 | 0.57 | 0.52 |
| Hex | 81 | CB | 3F | 24 | 0 | 45 | 14 | 5C | 39 | 34 |
| Octal | 201 | 313 | 77 | 44 | 0 | 105 | 24 | 134 | 71 | 64 |
| Binary | 10000001 | 11001011 | 111111 | 100100 | 0 | 1000101 | 10100 | 1011100 | 111001 | 110100 |
Color Harmonies of #81CB3F
Complementary color
Monochromatic Colors of #81CB3F
Black with #81CB3F
Text Example
Text Example
White with #81CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB3F; }
p { color: rgb(129,203,63); }
H1.HeaderClassName
{
color: #81CB3F;
}
.AnyTagClassName
{
color: #81CB3F;
}
</style>
background-color css
<style>
a { background-color: #81CB3F; }
a { background-color: rgb(129,203,63); }
div.DivClassName
{
background-color: #81CB3F;
}
.BgClassName
{
background-color: #81CB3F;
}
</style>
border-color css
<style>
span { border-color: #81CB3F; }
span { border-color: rgb(129,203,63); }
td.TdClassName
{
border-color: #81CB3F;
}
.TagClassName
{
border-color: #81CB3F;
}
</style>