Shades of Yellow Green #81CA2F
Tints of Yellow Green #81CA2F
RGB
CMYK
RGB Variations
Color information
#81CA2F (or 0x81CA2F) is known color: Yellow Green. HEX triplet: 81, CA and 2F. RGB value is (129,202,47). Sum of RGB (Red+Green+Blue) = 129+202+47=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CA2F is #7E35D0. Grayscale: #A3A3A3. Windows color (decimal): -8271313 or 3132033. OLE color: 3132033.
HSL color Cylindrical-coordinate representation of color #81CA2F: hue angle of 88.26º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81CA2F is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 47 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.21 |
| HSL | 88.26º | 0.62% | 0.49% | - |
| HSV(B) | 88.26º | 0.77% | 0.79% | - |
| XYZ | 30.69 | 47.11 | 10.17 | - |
| YUV | 162.5 | 62.82 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 47 | 0.36 | 0 | 0.77 | 0.21 | 88.26 | 0.62 | 0.49 |
| Hex | 81 | CA | 2F | 24 | 0 | 4D | 15 | 58 | 3E | 31 |
| Octal | 201 | 312 | 57 | 44 | 0 | 115 | 25 | 130 | 76 | 61 |
| Binary | 10000001 | 11001010 | 101111 | 100100 | 0 | 1001101 | 10101 | 1011000 | 111110 | 110001 |
Color Harmonies of #81CA2F
Complementary color
Monochromatic Colors of #81CA2F
Black with #81CA2F
Text Example
Text Example
White with #81CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA2F; }
p { color: rgb(129,202,47); }
H1.HeaderClassName
{
color: #81CA2F;
}
.AnyTagClassName
{
color: #81CA2F;
}
</style>
background-color css
<style>
a { background-color: #81CA2F; }
a { background-color: rgb(129,202,47); }
div.DivClassName
{
background-color: #81CA2F;
}
.BgClassName
{
background-color: #81CA2F;
}
</style>
border-color css
<style>
span { border-color: #81CA2F; }
span { border-color: rgb(129,202,47); }
td.TdClassName
{
border-color: #81CA2F;
}
.TagClassName
{
border-color: #81CA2F;
}
</style>