Shades of Kelly Green #53B302
Tints of Kelly Green #53B302
RGB
CMYK
RGB Variations
Color information
#53B302 (or 0x53B302) is known color: Kelly Green. HEX triplet: 53, B3 and 02. RGB value is (83,179,2). Sum of RGB (Red+Green+Blue) = 83+179+2=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 179 (70.31% from 255 or 67.80% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 179 - color contains mainly: green. Hex color #53B302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B302 is #AC4CFD. Grayscale: #828282. Windows color (decimal): -11291902 or 176979. OLE color: 176979.
HSL color Cylindrical-coordinate representation of color #53B302: hue angle of 92.54º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53B302 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.30 |
| HSL | 92.54º | 0.98% | 0.35% | - |
| HSV(B) | 92.54º | 0.99% | 0.7% | - |
| XYZ | 19.7 | 34.08 | 5.6 | - |
| YUV | 130.12 | 55.7 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 2 | 0.54 | 0 | 0.99 | 0.30 | 92.54 | 0.98 | 0.35 |
| Hex | 53 | B3 | 2 | 36 | 0 | 63 | 1E | 5D | 62 | 23 |
| Octal | 123 | 263 | 2 | 66 | 0 | 143 | 36 | 135 | 142 | 43 |
| Binary | 1010011 | 10110011 | 10 | 110110 | 0 | 1100011 | 11110 | 1011101 | 1100010 | 100011 |
Color Harmonies of #53B302
Complementary color
Monochromatic Colors of #53B302
Black with #53B302
Text Example
Text Example
White with #53B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B302; }
p { color: rgb(83,179,2); }
H1.HeaderClassName
{
color: #53B302;
}
.AnyTagClassName
{
color: #53B302;
}
</style>
background-color css
<style>
a { background-color: #53B302; }
a { background-color: rgb(83,179,2); }
div.DivClassName
{
background-color: #53B302;
}
.BgClassName
{
background-color: #53B302;
}
</style>
border-color css
<style>
span { border-color: #53B302; }
span { border-color: rgb(83,179,2); }
td.TdClassName
{
border-color: #53B302;
}
.TagClassName
{
border-color: #53B302;
}
</style>