Shades of Kelly Green #53C31C
Tints of Kelly Green #53C31C
RGB
CMYK
RGB Variations
Color information
#53C31C (or 0x53C31C) is known color: Kelly Green. HEX triplet: 53, C3 and 1C. RGB value is (83,195,28). Sum of RGB (Red+Green+Blue) = 83+195+28=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #53C31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C31C is #AC3CE3. Grayscale: #8F8F8F. Windows color (decimal): -11287780 or 1885011. OLE color: 1885011.
HSL color Cylindrical-coordinate representation of color #53C31C: hue angle of 100.24º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53C31C is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 28 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.24 |
| HSL | 100.24º | 0.75% | 0.44% | - |
| HSV(B) | 100.24º | 0.86% | 0.76% | - |
| XYZ | 23.29 | 40.95 | 7.78 | - |
| YUV | 142.47 | 63.39 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 28 | 0.57 | 0 | 0.86 | 0.24 | 100.24 | 0.75 | 0.44 |
| Hex | 53 | C3 | 1C | 39 | 0 | 56 | 18 | 64 | 4B | 2C |
| Octal | 123 | 303 | 34 | 71 | 0 | 126 | 30 | 144 | 113 | 54 |
| Binary | 1010011 | 11000011 | 11100 | 111001 | 0 | 1010110 | 11000 | 1100100 | 1001011 | 101100 |
Color Harmonies of #53C31C
Complementary color
Monochromatic Colors of #53C31C
Black with #53C31C
Text Example
Text Example
White with #53C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C31C; }
p { color: rgb(83,195,28); }
H1.HeaderClassName
{
color: #53C31C;
}
.AnyTagClassName
{
color: #53C31C;
}
</style>
background-color css
<style>
a { background-color: #53C31C; }
a { background-color: rgb(83,195,28); }
div.DivClassName
{
background-color: #53C31C;
}
.BgClassName
{
background-color: #53C31C;
}
</style>
border-color css
<style>
span { border-color: #53C31C; }
span { border-color: rgb(83,195,28); }
td.TdClassName
{
border-color: #53C31C;
}
.TagClassName
{
border-color: #53C31C;
}
</style>