Shades of Yellow Green #81CA2D
Tints of Yellow Green #81CA2D
RGB
CMYK
RGB Variations
Color information
#81CA2D (or 0x81CA2D) is known color: Yellow Green. HEX triplet: 81, CA and 2D. RGB value is (129,202,45). Sum of RGB (Red+Green+Blue) = 129+202+45=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CA2D is #7E35D2. Grayscale: #A2A2A2. Windows color (decimal): -8271315 or 3000961. OLE color: 3000961.
HSL color Cylindrical-coordinate representation of color #81CA2D: hue angle of 87.9º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81CA2D is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 45 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.21 |
| HSL | 87.9º | 0.64% | 0.48% | - |
| HSV(B) | 87.9º | 0.78% | 0.79% | - |
| XYZ | 30.65 | 47.1 | 9.96 | - |
| YUV | 162.28 | 61.82 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 45 | 0.36 | 0 | 0.78 | 0.21 | 87.9 | 0.64 | 0.48 |
| Hex | 81 | CA | 2D | 24 | 0 | 4E | 15 | 58 | 40 | 30 |
| Octal | 201 | 312 | 55 | 44 | 0 | 116 | 25 | 130 | 100 | 60 |
| Binary | 10000001 | 11001010 | 101101 | 100100 | 0 | 1001110 | 10101 | 1011000 | 1000000 | 110000 |
Color Harmonies of #81CA2D
Complementary color
Monochromatic Colors of #81CA2D
Black with #81CA2D
Text Example
Text Example
White with #81CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA2D; }
p { color: rgb(129,202,45); }
H1.HeaderClassName
{
color: #81CA2D;
}
.AnyTagClassName
{
color: #81CA2D;
}
</style>
background-color css
<style>
a { background-color: #81CA2D; }
a { background-color: rgb(129,202,45); }
div.DivClassName
{
background-color: #81CA2D;
}
.BgClassName
{
background-color: #81CA2D;
}
</style>
border-color css
<style>
span { border-color: #81CA2D; }
span { border-color: rgb(129,202,45); }
td.TdClassName
{
border-color: #81CA2D;
}
.TagClassName
{
border-color: #81CA2D;
}
</style>