Shades of Kelly Green #5FC825
Tints of Kelly Green #5FC825
RGB
CMYK
RGB Variations
Color information
#5FC825 (or 0x5FC825) is known color: Kelly Green. HEX triplet: 5F, C8 and 25. RGB value is (95,200,37). Sum of RGB (Red+Green+Blue) = 95+200+37=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC825 is #A037DA. Grayscale: #969696. Windows color (decimal): -10500059 or 2476127. OLE color: 2476127.
HSL color Cylindrical-coordinate representation of color #5FC825: hue angle of 98.65º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FC825 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 37 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.22 |
| HSL | 98.65º | 0.69% | 0.46% | - |
| HSV(B) | 98.65º | 0.82% | 0.78% | - |
| XYZ | 25.71 | 43.88 | 8.86 | - |
| YUV | 150.02 | 64.21 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 37 | 0.52 | 0 | 0.82 | 0.22 | 98.65 | 0.69 | 0.46 |
| Hex | 5F | C8 | 25 | 34 | 0 | 52 | 16 | 63 | 45 | 2E |
| Octal | 137 | 310 | 45 | 64 | 0 | 122 | 26 | 143 | 105 | 56 |
| Binary | 1011111 | 11001000 | 100101 | 110100 | 0 | 1010010 | 10110 | 1100011 | 1000101 | 101110 |
Color Harmonies of #5FC825
Complementary color
Monochromatic Colors of #5FC825
Black with #5FC825
Text Example
Text Example
White with #5FC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC825; }
p { color: rgb(95,200,37); }
H1.HeaderClassName
{
color: #5FC825;
}
.AnyTagClassName
{
color: #5FC825;
}
</style>
background-color css
<style>
a { background-color: #5FC825; }
a { background-color: rgb(95,200,37); }
div.DivClassName
{
background-color: #5FC825;
}
.BgClassName
{
background-color: #5FC825;
}
</style>
border-color css
<style>
span { border-color: #5FC825; }
span { border-color: rgb(95,200,37); }
td.TdClassName
{
border-color: #5FC825;
}
.TagClassName
{
border-color: #5FC825;
}
</style>