Shades of Yellow Green #81CB35
Tints of Yellow Green #81CB35
RGB
CMYK
RGB Variations
Color information
#81CB35 (or 0x81CB35) is known color: Yellow Green. HEX triplet: 81, CB and 35. RGB value is (129,203,53). Sum of RGB (Red+Green+Blue) = 129+203+53=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CB35 is #7E34CA. Grayscale: #A4A4A4. Windows color (decimal): -8271051 or 3525505. OLE color: 3525505.
HSL color Cylindrical-coordinate representation of color #81CB35: hue angle of 89.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81CB35 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 53 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.20 |
| HSL | 89.6º | 0.59% | 0.5% | - |
| HSV(B) | 89.6º | 0.74% | 0.8% | - |
| XYZ | 31.05 | 47.64 | 10.93 | - |
| YUV | 163.77 | 65.48 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 53 | 0.36 | 0 | 0.74 | 0.20 | 89.6 | 0.59 | 0.5 |
| Hex | 81 | CB | 35 | 24 | 0 | 4A | 14 | 5A | 3B | 32 |
| Octal | 201 | 313 | 65 | 44 | 0 | 112 | 24 | 132 | 73 | 62 |
| Binary | 10000001 | 11001011 | 110101 | 100100 | 0 | 1001010 | 10100 | 1011010 | 111011 | 110010 |
Color Harmonies of #81CB35
Complementary color
Monochromatic Colors of #81CB35
Black with #81CB35
Text Example
Text Example
White with #81CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB35; }
p { color: rgb(129,203,53); }
H1.HeaderClassName
{
color: #81CB35;
}
.AnyTagClassName
{
color: #81CB35;
}
</style>
background-color css
<style>
a { background-color: #81CB35; }
a { background-color: rgb(129,203,53); }
div.DivClassName
{
background-color: #81CB35;
}
.BgClassName
{
background-color: #81CB35;
}
</style>
border-color css
<style>
span { border-color: #81CB35; }
span { border-color: rgb(129,203,53); }
td.TdClassName
{
border-color: #81CB35;
}
.TagClassName
{
border-color: #81CB35;
}
</style>