Shades of Green Leaf #517F25
Tints of Green Leaf #517F25
RGB
CMYK
RGB Variations
Color information
#517F25 (or 0x517F25) is known color: Green Leaf. HEX triplet: 51, 7F and 25. RGB value is (81,127,37). Sum of RGB (Red+Green+Blue) = 81+127+37=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #517F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517F25 is #AE80DA. Grayscale: #676767. Windows color (decimal): -11436251 or 2457425. OLE color: 2457425.
HSL color Cylindrical-coordinate representation of color #517F25: hue angle of 90.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #517F25 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 37 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.50 |
| HSL | 90.67º | 0.55% | 0.32% | - |
| HSV(B) | 90.67º | 0.71% | 0.5% | - |
| XYZ | 11.32 | 17.06 | 4.45 | - |
| YUV | 102.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 37 | 0.36 | 0 | 0.71 | 0.50 | 90.67 | 0.55 | 0.32 |
| Hex | 51 | 7F | 25 | 24 | 0 | 47 | 32 | 5B | 37 | 20 |
| Octal | 121 | 177 | 45 | 44 | 0 | 107 | 62 | 133 | 67 | 40 |
| Binary | 1010001 | 1111111 | 100101 | 100100 | 0 | 1000111 | 110010 | 1011011 | 110111 | 100000 |
Color Harmonies of #517F25
Complementary color
Monochromatic Colors of #517F25
Black with #517F25
Text Example
Text Example
White with #517F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F25; }
p { color: rgb(81,127,37); }
H1.HeaderClassName
{
color: #517F25;
}
.AnyTagClassName
{
color: #517F25;
}
</style>
background-color css
<style>
a { background-color: #517F25; }
a { background-color: rgb(81,127,37); }
div.DivClassName
{
background-color: #517F25;
}
.BgClassName
{
background-color: #517F25;
}
</style>
border-color css
<style>
span { border-color: #517F25; }
span { border-color: rgb(81,127,37); }
td.TdClassName
{
border-color: #517F25;
}
.TagClassName
{
border-color: #517F25;
}
</style>