Shades of Kelly Green #5FCE2D
Tints of Kelly Green #5FCE2D
RGB
CMYK
RGB Variations
Color information
#5FCE2D (or 0x5FCE2D) is known color: Kelly Green. HEX triplet: 5F, CE and 2D. RGB value is (95,206,45). Sum of RGB (Red+Green+Blue) = 95+206+45=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCE2D is #A031D2. Grayscale: #9A9A9A. Windows color (decimal): -10498515 or 3001951. OLE color: 3001951.
HSL color Cylindrical-coordinate representation of color #5FCE2D: hue angle of 101.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FCE2D is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 45 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.19 |
| HSL | 101.37º | 0.64% | 0.49% | - |
| HSV(B) | 101.37º | 0.78% | 0.81% | - |
| XYZ | 27.26 | 46.76 | 10.07 | - |
| YUV | 154.46 | 66.23 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 45 | 0.54 | 0 | 0.78 | 0.19 | 101.37 | 0.64 | 0.49 |
| Hex | 5F | CE | 2D | 36 | 0 | 4E | 13 | 65 | 40 | 31 |
| Octal | 137 | 316 | 55 | 66 | 0 | 116 | 23 | 145 | 100 | 61 |
| Binary | 1011111 | 11001110 | 101101 | 110110 | 0 | 1001110 | 10011 | 1100101 | 1000000 | 110001 |
Color Harmonies of #5FCE2D
Complementary color
Monochromatic Colors of #5FCE2D
Black with #5FCE2D
Text Example
Text Example
White with #5FCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE2D; }
p { color: rgb(95,206,45); }
H1.HeaderClassName
{
color: #5FCE2D;
}
.AnyTagClassName
{
color: #5FCE2D;
}
</style>
background-color css
<style>
a { background-color: #5FCE2D; }
a { background-color: rgb(95,206,45); }
div.DivClassName
{
background-color: #5FCE2D;
}
.BgClassName
{
background-color: #5FCE2D;
}
</style>
border-color css
<style>
span { border-color: #5FCE2D; }
span { border-color: rgb(95,206,45); }
td.TdClassName
{
border-color: #5FCE2D;
}
.TagClassName
{
border-color: #5FCE2D;
}
</style>