Shades of Kelly Green #53BC2C
Tints of Kelly Green #53BC2C
RGB
CMYK
RGB Variations
Color information
#53BC2C (or 0x53BC2C) is known color: Kelly Green. HEX triplet: 53, BC and 2C. RGB value is (83,188,44). Sum of RGB (Red+Green+Blue) = 83+188+44=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC2C is #AC43D3. Grayscale: #8C8C8C. Windows color (decimal): -11289556 or 2931795. OLE color: 2931795.
HSL color Cylindrical-coordinate representation of color #53BC2C: hue angle of 103.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53BC2C is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 44 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.26 |
| HSL | 103.75º | 0.62% | 0.45% | - |
| HSV(B) | 103.75º | 0.77% | 0.74% | - |
| XYZ | 22.01 | 37.99 | 8.56 | - |
| YUV | 140.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 44 | 0.56 | 0 | 0.77 | 0.26 | 103.75 | 0.62 | 0.45 |
| Hex | 53 | BC | 2C | 38 | 0 | 4D | 1A | 68 | 3E | 2D |
| Octal | 123 | 274 | 54 | 70 | 0 | 115 | 32 | 150 | 76 | 55 |
| Binary | 1010011 | 10111100 | 101100 | 111000 | 0 | 1001101 | 11010 | 1101000 | 111110 | 101101 |
Color Harmonies of #53BC2C
Complementary color
Monochromatic Colors of #53BC2C
Black with #53BC2C
Text Example
Text Example
White with #53BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC2C; }
p { color: rgb(83,188,44); }
H1.HeaderClassName
{
color: #53BC2C;
}
.AnyTagClassName
{
color: #53BC2C;
}
</style>
background-color css
<style>
a { background-color: #53BC2C; }
a { background-color: rgb(83,188,44); }
div.DivClassName
{
background-color: #53BC2C;
}
.BgClassName
{
background-color: #53BC2C;
}
</style>
border-color css
<style>
span { border-color: #53BC2C; }
span { border-color: rgb(83,188,44); }
td.TdClassName
{
border-color: #53BC2C;
}
.TagClassName
{
border-color: #53BC2C;
}
</style>