Shades of Kelly Green #53B92B
Tints of Kelly Green #53B92B
RGB
CMYK
RGB Variations
Color information
#53B92B (or 0x53B92B) is known color: Kelly Green. HEX triplet: 53, B9 and 2B. RGB value is (83,185,43). Sum of RGB (Red+Green+Blue) = 83+185+43=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 185 (72.66% from 255 or 59.49% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 185 - color contains mainly: green. Hex color #53B92B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B92B is #AC46D4. Grayscale: #8A8A8A. Windows color (decimal): -11290325 or 2865491. OLE color: 2865491.
HSL color Cylindrical-coordinate representation of color #53B92B: hue angle of 103.1º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53B92B is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 185 | 43 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.27 |
| HSL | 103.1º | 0.62% | 0.45% | - |
| HSV(B) | 103.1º | 0.77% | 0.73% | - |
| XYZ | 21.35 | 36.71 | 8.25 | - |
| YUV | 138.31 | 74.21 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 43 | 0.55 | 0 | 0.77 | 0.27 | 103.1 | 0.62 | 0.45 |
| Hex | 53 | B9 | 2B | 37 | 0 | 4D | 1B | 67 | 3E | 2D |
| Octal | 123 | 271 | 53 | 67 | 0 | 115 | 33 | 147 | 76 | 55 |
| Binary | 1010011 | 10111001 | 101011 | 110111 | 0 | 1001101 | 11011 | 1100111 | 111110 | 101101 |
Color Harmonies of #53B92B
Complementary color
Monochromatic Colors of #53B92B
Black with #53B92B
Text Example
Text Example
White with #53B92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B92B; }
p { color: rgb(83,185,43); }
H1.HeaderClassName
{
color: #53B92B;
}
.AnyTagClassName
{
color: #53B92B;
}
</style>
background-color css
<style>
a { background-color: #53B92B; }
a { background-color: rgb(83,185,43); }
div.DivClassName
{
background-color: #53B92B;
}
.BgClassName
{
background-color: #53B92B;
}
</style>
border-color css
<style>
span { border-color: #53B92B; }
span { border-color: rgb(83,185,43); }
td.TdClassName
{
border-color: #53B92B;
}
.TagClassName
{
border-color: #53B92B;
}
</style>