Shades of Kelly Green #53BC25
Tints of Kelly Green #53BC25
RGB
CMYK
RGB Variations
Color information
#53BC25 (or 0x53BC25) is known color: Kelly Green. HEX triplet: 53, BC and 25. RGB value is (83,188,37). Sum of RGB (Red+Green+Blue) = 83+188+37=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC25 is #AC43DA. Grayscale: #8B8B8B. Windows color (decimal): -11289563 or 2473043. OLE color: 2473043.
HSL color Cylindrical-coordinate representation of color #53BC25: hue angle of 101.72º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53BC25 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 37 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.26 |
| HSL | 101.72º | 0.67% | 0.44% | - |
| HSV(B) | 101.72º | 0.8% | 0.74% | - |
| XYZ | 21.88 | 37.94 | 7.92 | - |
| YUV | 139.39 | 70.21 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 37 | 0.56 | 0 | 0.80 | 0.26 | 101.72 | 0.67 | 0.44 |
| Hex | 53 | BC | 25 | 38 | 0 | 50 | 1A | 66 | 43 | 2C |
| Octal | 123 | 274 | 45 | 70 | 0 | 120 | 32 | 146 | 103 | 54 |
| Binary | 1010011 | 10111100 | 100101 | 111000 | 0 | 1010000 | 11010 | 1100110 | 1000011 | 101100 |
Color Harmonies of #53BC25
Complementary color
Monochromatic Colors of #53BC25
Black with #53BC25
Text Example
Text Example
White with #53BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC25; }
p { color: rgb(83,188,37); }
H1.HeaderClassName
{
color: #53BC25;
}
.AnyTagClassName
{
color: #53BC25;
}
</style>
background-color css
<style>
a { background-color: #53BC25; }
a { background-color: rgb(83,188,37); }
div.DivClassName
{
background-color: #53BC25;
}
.BgClassName
{
background-color: #53BC25;
}
</style>
border-color css
<style>
span { border-color: #53BC25; }
span { border-color: rgb(83,188,37); }
td.TdClassName
{
border-color: #53BC25;
}
.TagClassName
{
border-color: #53BC25;
}
</style>