Shades of Kelly Green #51CC1D
Tints of Kelly Green #51CC1D
RGB
CMYK
RGB Variations
Color information
#51CC1D (or 0x51CC1D) is known color: Kelly Green. HEX triplet: 51, CC and 1D. RGB value is (81,204,29). Sum of RGB (Red+Green+Blue) = 81+204+29=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #51CC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CC1D is #AE33E2. Grayscale: #939393. Windows color (decimal): -11416547 or 1952849. OLE color: 1952849.
HSL color Cylindrical-coordinate representation of color #51CC1D: hue angle of 102.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51CC1D is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 204 | 29 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.2 |
| HSL | 102.17º | 0.75% | 0.46% | - |
| HSV(B) | 102.17º | 0.86% | 0.8% | - |
| XYZ | 25.21 | 45.02 | 8.52 | - |
| YUV | 147.27 | 61.25 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 204 | 29 | 0.60 | 0 | 0.86 | 0.2 | 102.17 | 0.75 | 0.46 |
| Hex | 51 | CC | 1D | 3C | 0 | 56 | 14 | 66 | 4B | 2E |
| Octal | 121 | 314 | 35 | 74 | 0 | 126 | 24 | 146 | 113 | 56 |
| Binary | 1010001 | 11001100 | 11101 | 111100 | 0 | 1010110 | 10100 | 1100110 | 1001011 | 101110 |
Color Harmonies of #51CC1D
Complementary color
Monochromatic Colors of #51CC1D
Black with #51CC1D
Text Example
Text Example
White with #51CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CC1D; }
p { color: rgb(81,204,29); }
H1.HeaderClassName
{
color: #51CC1D;
}
.AnyTagClassName
{
color: #51CC1D;
}
</style>
background-color css
<style>
a { background-color: #51CC1D; }
a { background-color: rgb(81,204,29); }
div.DivClassName
{
background-color: #51CC1D;
}
.BgClassName
{
background-color: #51CC1D;
}
</style>
border-color css
<style>
span { border-color: #51CC1D; }
span { border-color: rgb(81,204,29); }
td.TdClassName
{
border-color: #51CC1D;
}
.TagClassName
{
border-color: #51CC1D;
}
</style>