Shades of Kelly Green #5FC21B
Tints of Kelly Green #5FC21B
RGB
CMYK
RGB Variations
Color information
#5FC21B (or 0x5FC21B) is known color: Kelly Green. HEX triplet: 5F, C2 and 1B. RGB value is (95,194,27). Sum of RGB (Red+Green+Blue) = 95+194+27=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC21B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC21B is #A03DE4. Grayscale: #919191. Windows color (decimal): -10501605 or 1819231. OLE color: 1819231.
HSL color Cylindrical-coordinate representation of color #5FC21B: hue angle of 95.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FC21B is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 27 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.24 |
| HSL | 95.57º | 0.76% | 0.43% | - |
| HSV(B) | 95.57º | 0.86% | 0.76% | - |
| XYZ | 24.21 | 41.1 | 7.69 | - |
| YUV | 145.36 | 61.2 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 27 | 0.51 | 0 | 0.86 | 0.24 | 95.57 | 0.76 | 0.43 |
| Hex | 5F | C2 | 1B | 33 | 0 | 56 | 18 | 60 | 4C | 2B |
| Octal | 137 | 302 | 33 | 63 | 0 | 126 | 30 | 140 | 114 | 53 |
| Binary | 1011111 | 11000010 | 11011 | 110011 | 0 | 1010110 | 11000 | 1100000 | 1001100 | 101011 |
Color Harmonies of #5FC21B
Complementary color
Monochromatic Colors of #5FC21B
Black with #5FC21B
Text Example
Text Example
White with #5FC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC21B; }
p { color: rgb(95,194,27); }
H1.HeaderClassName
{
color: #5FC21B;
}
.AnyTagClassName
{
color: #5FC21B;
}
</style>
background-color css
<style>
a { background-color: #5FC21B; }
a { background-color: rgb(95,194,27); }
div.DivClassName
{
background-color: #5FC21B;
}
.BgClassName
{
background-color: #5FC21B;
}
</style>
border-color css
<style>
span { border-color: #5FC21B; }
span { border-color: rgb(95,194,27); }
td.TdClassName
{
border-color: #5FC21B;
}
.TagClassName
{
border-color: #5FC21B;
}
</style>