Shades of Kelly Green #5CBC08
Tints of Kelly Green #5CBC08
RGB
CMYK
RGB Variations
Color information
#5CBC08 (or 0x5CBC08) is known color: Kelly Green. HEX triplet: 5C, BC and 08. RGB value is (92,188,8). Sum of RGB (Red+Green+Blue) = 92+188+8=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBC08 is #A343F7. Grayscale: #8B8B8B. Windows color (decimal): -10699768 or 572508. OLE color: 572508.
HSL color Cylindrical-coordinate representation of color #5CBC08: hue angle of 92º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5CBC08 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 8 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.26 |
| HSL | 92º | 0.92% | 0.38% | - |
| HSV(B) | 92º | 0.96% | 0.74% | - |
| XYZ | 22.44 | 38.26 | 6.43 | - |
| YUV | 138.78 | 54.2 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 8 | 0.51 | 0 | 0.96 | 0.26 | 92 | 0.92 | 0.38 |
| Hex | 5C | BC | 8 | 33 | 0 | 60 | 1A | 5C | 5C | 26 |
| Octal | 134 | 274 | 10 | 63 | 0 | 140 | 32 | 134 | 134 | 46 |
| Binary | 1011100 | 10111100 | 1000 | 110011 | 0 | 1100000 | 11010 | 1011100 | 1011100 | 100110 |
Color Harmonies of #5CBC08
Complementary color
Monochromatic Colors of #5CBC08
Black with #5CBC08
Text Example
Text Example
White with #5CBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC08; }
p { color: rgb(92,188,8); }
H1.HeaderClassName
{
color: #5CBC08;
}
.AnyTagClassName
{
color: #5CBC08;
}
</style>
background-color css
<style>
a { background-color: #5CBC08; }
a { background-color: rgb(92,188,8); }
div.DivClassName
{
background-color: #5CBC08;
}
.BgClassName
{
background-color: #5CBC08;
}
</style>
border-color css
<style>
span { border-color: #5CBC08; }
span { border-color: rgb(92,188,8); }
td.TdClassName
{
border-color: #5CBC08;
}
.TagClassName
{
border-color: #5CBC08;
}
</style>