Shades of Kelly Green #53BD2C
Tints of Kelly Green #53BD2C
RGB
CMYK
RGB Variations
Color information
#53BD2C (or 0x53BD2C) is known color: Kelly Green. HEX triplet: 53, BD and 2C. RGB value is (83,189,44). Sum of RGB (Red+Green+Blue) = 83+189+44=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BD2C is #AC42D3. Grayscale: #8D8D8D. Windows color (decimal): -11289300 or 2932051. OLE color: 2932051.
HSL color Cylindrical-coordinate representation of color #53BD2C: hue angle of 103.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53BD2C is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 44 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.26 |
| HSL | 103.86º | 0.62% | 0.46% | - |
| HSV(B) | 103.86º | 0.77% | 0.74% | - |
| XYZ | 22.22 | 38.42 | 8.63 | - |
| YUV | 140.78 | 73.38 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 44 | 0.56 | 0 | 0.77 | 0.26 | 103.86 | 0.62 | 0.46 |
| Hex | 53 | BD | 2C | 38 | 0 | 4D | 1A | 68 | 3E | 2E |
| Octal | 123 | 275 | 54 | 70 | 0 | 115 | 32 | 150 | 76 | 56 |
| Binary | 1010011 | 10111101 | 101100 | 111000 | 0 | 1001101 | 11010 | 1101000 | 111110 | 101110 |
Color Harmonies of #53BD2C
Complementary color
Monochromatic Colors of #53BD2C
Black with #53BD2C
Text Example
Text Example
White with #53BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD2C; }
p { color: rgb(83,189,44); }
H1.HeaderClassName
{
color: #53BD2C;
}
.AnyTagClassName
{
color: #53BD2C;
}
</style>
background-color css
<style>
a { background-color: #53BD2C; }
a { background-color: rgb(83,189,44); }
div.DivClassName
{
background-color: #53BD2C;
}
.BgClassName
{
background-color: #53BD2C;
}
</style>
border-color css
<style>
span { border-color: #53BD2C; }
span { border-color: rgb(83,189,44); }
td.TdClassName
{
border-color: #53BD2C;
}
.TagClassName
{
border-color: #53BD2C;
}
</style>