Shades of Kelly Green #5CC001
Tints of Kelly Green #5CC001
RGB
CMYK
RGB Variations
Color information
#5CC001 (or 0x5CC001) is known color: Kelly Green. HEX triplet: 5C, C0 and 01. RGB value is (92,192,1). Sum of RGB (Red+Green+Blue) = 92+192+1=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC001 is #A33FFE. Grayscale: #8C8C8C. Windows color (decimal): -10698751 or 114780. OLE color: 114780.
HSL color Cylindrical-coordinate representation of color #5CC001: hue angle of 91.41º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CC001 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.25 |
| HSL | 91.41º | 0.99% | 0.38% | - |
| HSV(B) | 91.41º | 0.99% | 0.75% | - |
| XYZ | 23.27 | 39.98 | 6.52 | - |
| YUV | 140.33 | 49.37 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 1 | 0.52 | 0 | 0.99 | 0.25 | 91.41 | 0.99 | 0.38 |
| Hex | 5C | C0 | 1 | 34 | 0 | 63 | 19 | 5B | 63 | 26 |
| Octal | 134 | 300 | 1 | 64 | 0 | 143 | 31 | 133 | 143 | 46 |
| Binary | 1011100 | 11000000 | 1 | 110100 | 0 | 1100011 | 11001 | 1011011 | 1100011 | 100110 |
Color Harmonies of #5CC001
Complementary color
Monochromatic Colors of #5CC001
Black with #5CC001
Text Example
Text Example
White with #5CC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC001; }
p { color: rgb(92,192,1); }
H1.HeaderClassName
{
color: #5CC001;
}
.AnyTagClassName
{
color: #5CC001;
}
</style>
background-color css
<style>
a { background-color: #5CC001; }
a { background-color: rgb(92,192,1); }
div.DivClassName
{
background-color: #5CC001;
}
.BgClassName
{
background-color: #5CC001;
}
</style>
border-color css
<style>
span { border-color: #5CC001; }
span { border-color: rgb(92,192,1); }
td.TdClassName
{
border-color: #5CC001;
}
.TagClassName
{
border-color: #5CC001;
}
</style>