Shades of Kelly Green #53B102
Tints of Kelly Green #53B102
RGB
CMYK
RGB Variations
Color information
#53B102 (or 0x53B102) is known color: Kelly Green. HEX triplet: 53, B1 and 02. RGB value is (83,177,2). Sum of RGB (Red+Green+Blue) = 83+177+2=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 177 (69.53% from 255 or 67.56% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 177 - color contains mainly: green. Hex color #53B102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B102 is #AC4EFD. Grayscale: #818181. Windows color (decimal): -11292414 or 176467. OLE color: 176467.
HSL color Cylindrical-coordinate representation of color #53B102: hue angle of 92.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53B102 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.31 |
| HSL | 92.23º | 0.98% | 0.35% | - |
| HSV(B) | 92.23º | 0.99% | 0.69% | - |
| XYZ | 19.3 | 33.29 | 5.47 | - |
| YUV | 128.94 | 56.36 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 2 | 0.53 | 0 | 0.99 | 0.31 | 92.23 | 0.98 | 0.35 |
| Hex | 53 | B1 | 2 | 35 | 0 | 63 | 1F | 5C | 62 | 23 |
| Octal | 123 | 261 | 2 | 65 | 0 | 143 | 37 | 134 | 142 | 43 |
| Binary | 1010011 | 10110001 | 10 | 110101 | 0 | 1100011 | 11111 | 1011100 | 1100010 | 100011 |
Color Harmonies of #53B102
Complementary color
Monochromatic Colors of #53B102
Black with #53B102
Text Example
Text Example
White with #53B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B102; }
p { color: rgb(83,177,2); }
H1.HeaderClassName
{
color: #53B102;
}
.AnyTagClassName
{
color: #53B102;
}
</style>
background-color css
<style>
a { background-color: #53B102; }
a { background-color: rgb(83,177,2); }
div.DivClassName
{
background-color: #53B102;
}
.BgClassName
{
background-color: #53B102;
}
</style>
border-color css
<style>
span { border-color: #53B102; }
span { border-color: rgb(83,177,2); }
td.TdClassName
{
border-color: #53B102;
}
.TagClassName
{
border-color: #53B102;
}
</style>