Shades of Kelly Green #53C026
Tints of Kelly Green #53C026
RGB
CMYK
RGB Variations
Color information
#53C026 (or 0x53C026) is known color: Kelly Green. HEX triplet: 53, C0 and 26. RGB value is (83,192,38). Sum of RGB (Red+Green+Blue) = 83+192+38=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #53C026 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C026 is #AC3FD9. Grayscale: #8E8E8E. Windows color (decimal): -11288538 or 2539603. OLE color: 2539603.
HSL color Cylindrical-coordinate representation of color #53C026: hue angle of 102.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53C026 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 38 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.25 |
| HSL | 102.47º | 0.67% | 0.45% | - |
| HSV(B) | 102.47º | 0.8% | 0.75% | - |
| XYZ | 22.77 | 39.68 | 8.29 | - |
| YUV | 141.85 | 69.39 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 38 | 0.57 | 0 | 0.80 | 0.25 | 102.47 | 0.67 | 0.45 |
| Hex | 53 | C0 | 26 | 39 | 0 | 50 | 19 | 66 | 43 | 2D |
| Octal | 123 | 300 | 46 | 71 | 0 | 120 | 31 | 146 | 103 | 55 |
| Binary | 1010011 | 11000000 | 100110 | 111001 | 0 | 1010000 | 11001 | 1100110 | 1000011 | 101101 |
Color Harmonies of #53C026
Complementary color
Monochromatic Colors of #53C026
Black with #53C026
Text Example
Text Example
White with #53C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C026; }
p { color: rgb(83,192,38); }
H1.HeaderClassName
{
color: #53C026;
}
.AnyTagClassName
{
color: #53C026;
}
</style>
background-color css
<style>
a { background-color: #53C026; }
a { background-color: rgb(83,192,38); }
div.DivClassName
{
background-color: #53C026;
}
.BgClassName
{
background-color: #53C026;
}
</style>
border-color css
<style>
span { border-color: #53C026; }
span { border-color: rgb(83,192,38); }
td.TdClassName
{
border-color: #53C026;
}
.TagClassName
{
border-color: #53C026;
}
</style>