Shades of Kelly Green #53BC31
Tints of Kelly Green #53BC31
RGB
CMYK
RGB Variations
Color information
#53BC31 (or 0x53BC31) is known color: Kelly Green. HEX triplet: 53, BC and 31. RGB value is (83,188,49). Sum of RGB (Red+Green+Blue) = 83+188+49=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC31 is #AC43CE. Grayscale: #8D8D8D. Windows color (decimal): -11289551 or 3259475. OLE color: 3259475.
HSL color Cylindrical-coordinate representation of color #53BC31: hue angle of 105.32º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53BC31 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 49 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.26 |
| HSL | 105.32º | 0.59% | 0.46% | - |
| HSV(B) | 105.32º | 0.74% | 0.74% | - |
| XYZ | 22.1 | 38.03 | 9.08 | - |
| YUV | 140.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 49 | 0.56 | 0 | 0.74 | 0.26 | 105.32 | 0.59 | 0.46 |
| Hex | 53 | BC | 31 | 38 | 0 | 4A | 1A | 69 | 3B | 2E |
| Octal | 123 | 274 | 61 | 70 | 0 | 112 | 32 | 151 | 73 | 56 |
| Binary | 1010011 | 10111100 | 110001 | 111000 | 0 | 1001010 | 11010 | 1101001 | 111011 | 101110 |
Color Harmonies of #53BC31
Complementary color
Monochromatic Colors of #53BC31
Black with #53BC31
Text Example
Text Example
White with #53BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC31; }
p { color: rgb(83,188,49); }
H1.HeaderClassName
{
color: #53BC31;
}
.AnyTagClassName
{
color: #53BC31;
}
</style>
background-color css
<style>
a { background-color: #53BC31; }
a { background-color: rgb(83,188,49); }
div.DivClassName
{
background-color: #53BC31;
}
.BgClassName
{
background-color: #53BC31;
}
</style>
border-color css
<style>
span { border-color: #53BC31; }
span { border-color: rgb(83,188,49); }
td.TdClassName
{
border-color: #53BC31;
}
.TagClassName
{
border-color: #53BC31;
}
</style>