Shades of Kelly Green #5FC103
Tints of Kelly Green #5FC103
RGB
CMYK
RGB Variations
Color information
#5FC103 (or 0x5FC103) is known color: Kelly Green. HEX triplet: 5F, C1 and 03. RGB value is (95,193,3). Sum of RGB (Red+Green+Blue) = 95+193+3=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC103 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC103 is #A03EFC. Grayscale: #8E8E8E. Windows color (decimal): -10501885 or 246111. OLE color: 246111.
HSL color Cylindrical-coordinate representation of color #5FC103: hue angle of 90.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FC103 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 3 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.24 |
| HSL | 90.95º | 0.97% | 0.38% | - |
| HSV(B) | 90.95º | 0.98% | 0.76% | - |
| XYZ | 23.81 | 40.58 | 6.66 | - |
| YUV | 142.04 | 49.53 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 3 | 0.51 | 0 | 0.98 | 0.24 | 90.95 | 0.97 | 0.38 |
| Hex | 5F | C1 | 3 | 33 | 0 | 62 | 18 | 5B | 61 | 26 |
| Octal | 137 | 301 | 3 | 63 | 0 | 142 | 30 | 133 | 141 | 46 |
| Binary | 1011111 | 11000001 | 11 | 110011 | 0 | 1100010 | 11000 | 1011011 | 1100001 | 100110 |
Color Harmonies of #5FC103
Complementary color
Monochromatic Colors of #5FC103
Black with #5FC103
Text Example
Text Example
White with #5FC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC103; }
p { color: rgb(95,193,3); }
H1.HeaderClassName
{
color: #5FC103;
}
.AnyTagClassName
{
color: #5FC103;
}
</style>
background-color css
<style>
a { background-color: #5FC103; }
a { background-color: rgb(95,193,3); }
div.DivClassName
{
background-color: #5FC103;
}
.BgClassName
{
background-color: #5FC103;
}
</style>
border-color css
<style>
span { border-color: #5FC103; }
span { border-color: rgb(95,193,3); }
td.TdClassName
{
border-color: #5FC103;
}
.TagClassName
{
border-color: #5FC103;
}
</style>