Shades of Kelly Green #5CB401
Tints of Kelly Green #5CB401
RGB
CMYK
RGB Variations
Color information
#5CB401 (or 0x5CB401) is known color: Kelly Green. HEX triplet: 5C, B4 and 01. RGB value is (92,180,1). Sum of RGB (Red+Green+Blue) = 92+180+1=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CB401 is #A34BFE. Grayscale: #858585. Windows color (decimal): -10701823 or 111708. OLE color: 111708.
HSL color Cylindrical-coordinate representation of color #5CB401: hue angle of 89.5º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CB401 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.29 |
| HSL | 89.5º | 0.99% | 0.35% | - |
| HSV(B) | 89.5º | 0.99% | 0.71% | - |
| XYZ | 20.74 | 34.92 | 5.68 | - |
| YUV | 133.28 | 53.35 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 1 | 0.49 | 0 | 0.99 | 0.29 | 89.5 | 0.99 | 0.35 |
| Hex | 5C | B4 | 1 | 31 | 0 | 63 | 1D | 59 | 63 | 23 |
| Octal | 134 | 264 | 1 | 61 | 0 | 143 | 35 | 131 | 143 | 43 |
| Binary | 1011100 | 10110100 | 1 | 110001 | 0 | 1100011 | 11101 | 1011001 | 1100011 | 100011 |
Color Harmonies of #5CB401
Complementary color
Monochromatic Colors of #5CB401
Black with #5CB401
Text Example
Text Example
White with #5CB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB401; }
p { color: rgb(92,180,1); }
H1.HeaderClassName
{
color: #5CB401;
}
.AnyTagClassName
{
color: #5CB401;
}
</style>
background-color css
<style>
a { background-color: #5CB401; }
a { background-color: rgb(92,180,1); }
div.DivClassName
{
background-color: #5CB401;
}
.BgClassName
{
background-color: #5CB401;
}
</style>
border-color css
<style>
span { border-color: #5CB401; }
span { border-color: rgb(92,180,1); }
td.TdClassName
{
border-color: #5CB401;
}
.TagClassName
{
border-color: #5CB401;
}
</style>