Shades of Kelly Green #5CD412
Tints of Kelly Green #5CD412
RGB
CMYK
RGB Variations
Color information
#5CD412 (or 0x5CD412) is known color: Kelly Green. HEX triplet: 5C, D4 and 12. RGB value is (92,212,18). Sum of RGB (Red+Green+Blue) = 92+212+18=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 212 (83.20% from 255 or 65.84% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD412 is #A32BED. Grayscale: #9A9A9A. Windows color (decimal): -10693614 or 1234012. OLE color: 1234012.
HSL color Cylindrical-coordinate representation of color #5CD412: hue angle of 97.11º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5CD412 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 212 | 18 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.17 |
| HSL | 97.11º | 0.84% | 0.45% | - |
| HSV(B) | 97.11º | 0.92% | 0.83% | - |
| XYZ | 28.07 | 49.41 | 8.63 | - |
| YUV | 154 | 51.24 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 212 | 18 | 0.57 | 0 | 0.92 | 0.17 | 97.11 | 0.84 | 0.45 |
| Hex | 5C | D4 | 12 | 39 | 0 | 5C | 11 | 61 | 54 | 2D |
| Octal | 134 | 324 | 22 | 71 | 0 | 134 | 21 | 141 | 124 | 55 |
| Binary | 1011100 | 11010100 | 10010 | 111001 | 0 | 1011100 | 10001 | 1100001 | 1010100 | 101101 |
Color Harmonies of #5CD412
Complementary color
Monochromatic Colors of #5CD412
Black with #5CD412
Text Example
Text Example
White with #5CD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD412; }
p { color: rgb(92,212,18); }
H1.HeaderClassName
{
color: #5CD412;
}
.AnyTagClassName
{
color: #5CD412;
}
</style>
background-color css
<style>
a { background-color: #5CD412; }
a { background-color: rgb(92,212,18); }
div.DivClassName
{
background-color: #5CD412;
}
.BgClassName
{
background-color: #5CD412;
}
</style>
border-color css
<style>
span { border-color: #5CD412; }
span { border-color: rgb(92,212,18); }
td.TdClassName
{
border-color: #5CD412;
}
.TagClassName
{
border-color: #5CD412;
}
</style>