Shades of Yellow Green #81CC25
Tints of Yellow Green #81CC25
RGB
CMYK
RGB Variations
Color information
#81CC25 (or 0x81CC25) is known color: Yellow Green. HEX triplet: 81, CC and 25. RGB value is (129,204,37). Sum of RGB (Red+Green+Blue) = 129+204+37=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CC25 is #7E33DA. Grayscale: #A3A3A3. Windows color (decimal): -8270811 or 2477185. OLE color: 2477185.
HSL color Cylindrical-coordinate representation of color #81CC25: hue angle of 86.95º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81CC25 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 37 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.2 |
| HSL | 86.95º | 0.69% | 0.47% | - |
| HSV(B) | 86.95º | 0.82% | 0.8% | - |
| XYZ | 30.98 | 47.99 | 9.38 | - |
| YUV | 162.54 | 57.15 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 37 | 0.37 | 0 | 0.82 | 0.2 | 86.95 | 0.69 | 0.47 |
| Hex | 81 | CC | 25 | 25 | 0 | 52 | 14 | 57 | 45 | 2F |
| Octal | 201 | 314 | 45 | 45 | 0 | 122 | 24 | 127 | 105 | 57 |
| Binary | 10000001 | 11001100 | 100101 | 100101 | 0 | 1010010 | 10100 | 1010111 | 1000101 | 101111 |
Color Harmonies of #81CC25
Complementary color
Monochromatic Colors of #81CC25
Black with #81CC25
Text Example
Text Example
White with #81CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC25; }
p { color: rgb(129,204,37); }
H1.HeaderClassName
{
color: #81CC25;
}
.AnyTagClassName
{
color: #81CC25;
}
</style>
background-color css
<style>
a { background-color: #81CC25; }
a { background-color: rgb(129,204,37); }
div.DivClassName
{
background-color: #81CC25;
}
.BgClassName
{
background-color: #81CC25;
}
</style>
border-color css
<style>
span { border-color: #81CC25; }
span { border-color: rgb(129,204,37); }
td.TdClassName
{
border-color: #81CC25;
}
.TagClassName
{
border-color: #81CC25;
}
</style>