Shades of Kelly Green #51CC1A
Tints of Kelly Green #51CC1A
RGB
CMYK
RGB Variations
Color information
#51CC1A (or 0x51CC1A) is known color: Kelly Green. HEX triplet: 51, CC and 1A. RGB value is (81,204,26). Sum of RGB (Red+Green+Blue) = 81+204+26=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #51CC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CC1A is #AE33E5. Grayscale: #939393. Windows color (decimal): -11416550 or 1756241. OLE color: 1756241.
HSL color Cylindrical-coordinate representation of color #51CC1A: hue angle of 101.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51CC1A is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 204 | 26 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.2 |
| HSL | 101.46º | 0.77% | 0.45% | - |
| HSV(B) | 101.46º | 0.87% | 0.8% | - |
| XYZ | 25.17 | 45.01 | 8.34 | - |
| YUV | 146.93 | 59.75 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 204 | 26 | 0.60 | 0 | 0.87 | 0.2 | 101.46 | 0.77 | 0.45 |
| Hex | 51 | CC | 1A | 3C | 0 | 57 | 14 | 65 | 4D | 2D |
| Octal | 121 | 314 | 32 | 74 | 0 | 127 | 24 | 145 | 115 | 55 |
| Binary | 1010001 | 11001100 | 11010 | 111100 | 0 | 1010111 | 10100 | 1100101 | 1001101 | 101101 |
Color Harmonies of #51CC1A
Complementary color
Monochromatic Colors of #51CC1A
Black with #51CC1A
Text Example
Text Example
White with #51CC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CC1A; }
p { color: rgb(81,204,26); }
H1.HeaderClassName
{
color: #51CC1A;
}
.AnyTagClassName
{
color: #51CC1A;
}
</style>
background-color css
<style>
a { background-color: #51CC1A; }
a { background-color: rgb(81,204,26); }
div.DivClassName
{
background-color: #51CC1A;
}
.BgClassName
{
background-color: #51CC1A;
}
</style>
border-color css
<style>
span { border-color: #51CC1A; }
span { border-color: rgb(81,204,26); }
td.TdClassName
{
border-color: #51CC1A;
}
.TagClassName
{
border-color: #51CC1A;
}
</style>