Shades of Kelly Green #5CD40B
Tints of Kelly Green #5CD40B
RGB
CMYK
RGB Variations
Color information
#5CD40B (or 0x5CD40B) is known color: Kelly Green. HEX triplet: 5C, D4 and 0B. RGB value is (92,212,11). Sum of RGB (Red+Green+Blue) = 92+212+11=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 212 (83.20% from 255 or 67.30% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD40B is #A32BF4. Grayscale: #999999. Windows color (decimal): -10693621 or 775260. OLE color: 775260.
HSL color Cylindrical-coordinate representation of color #5CD40B: hue angle of 95.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5CD40B is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 212 | 11 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.17 |
| HSL | 95.82º | 0.9% | 0.44% | - |
| HSV(B) | 95.82º | 0.95% | 0.83% | - |
| XYZ | 28.02 | 49.39 | 8.37 | - |
| YUV | 153.21 | 47.74 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 212 | 11 | 0.57 | 0 | 0.95 | 0.17 | 95.82 | 0.9 | 0.44 |
| Hex | 5C | D4 | B | 39 | 0 | 5F | 11 | 60 | 5A | 2C |
| Octal | 134 | 324 | 13 | 71 | 0 | 137 | 21 | 140 | 132 | 54 |
| Binary | 1011100 | 11010100 | 1011 | 111001 | 0 | 1011111 | 10001 | 1100000 | 1011010 | 101100 |
Color Harmonies of #5CD40B
Complementary color
Monochromatic Colors of #5CD40B
Black with #5CD40B
Text Example
Text Example
White with #5CD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD40B; }
p { color: rgb(92,212,11); }
H1.HeaderClassName
{
color: #5CD40B;
}
.AnyTagClassName
{
color: #5CD40B;
}
</style>
background-color css
<style>
a { background-color: #5CD40B; }
a { background-color: rgb(92,212,11); }
div.DivClassName
{
background-color: #5CD40B;
}
.BgClassName
{
background-color: #5CD40B;
}
</style>
border-color css
<style>
span { border-color: #5CD40B; }
span { border-color: rgb(92,212,11); }
td.TdClassName
{
border-color: #5CD40B;
}
.TagClassName
{
border-color: #5CD40B;
}
</style>