Shades of Kelly Green #53C31E
Tints of Kelly Green #53C31E
RGB
CMYK
RGB Variations
Color information
#53C31E (or 0x53C31E) is known color: Kelly Green. HEX triplet: 53, C3 and 1E. RGB value is (83,195,30). Sum of RGB (Red+Green+Blue) = 83+195+30=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #53C31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C31E is #AC3CE1. Grayscale: #8F8F8F. Windows color (decimal): -11287778 or 2016083. OLE color: 2016083.
HSL color Cylindrical-coordinate representation of color #53C31E: hue angle of 100.73º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53C31E is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 30 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.24 |
| HSL | 100.73º | 0.73% | 0.44% | - |
| HSV(B) | 100.73º | 0.85% | 0.76% | - |
| XYZ | 23.32 | 40.96 | 7.91 | - |
| YUV | 142.7 | 64.39 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 30 | 0.57 | 0 | 0.85 | 0.24 | 100.73 | 0.73 | 0.44 |
| Hex | 53 | C3 | 1E | 39 | 0 | 55 | 18 | 65 | 49 | 2C |
| Octal | 123 | 303 | 36 | 71 | 0 | 125 | 30 | 145 | 111 | 54 |
| Binary | 1010011 | 11000011 | 11110 | 111001 | 0 | 1010101 | 11000 | 1100101 | 1001001 | 101100 |
Color Harmonies of #53C31E
Complementary color
Monochromatic Colors of #53C31E
Black with #53C31E
Text Example
Text Example
White with #53C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C31E; }
p { color: rgb(83,195,30); }
H1.HeaderClassName
{
color: #53C31E;
}
.AnyTagClassName
{
color: #53C31E;
}
</style>
background-color css
<style>
a { background-color: #53C31E; }
a { background-color: rgb(83,195,30); }
div.DivClassName
{
background-color: #53C31E;
}
.BgClassName
{
background-color: #53C31E;
}
</style>
border-color css
<style>
span { border-color: #53C31E; }
span { border-color: rgb(83,195,30); }
td.TdClassName
{
border-color: #53C31E;
}
.TagClassName
{
border-color: #53C31E;
}
</style>