Shades of Kelly Green #35BA19
Tints of Kelly Green #35BA19
RGB
CMYK
RGB Variations
Color information
#35BA19 (or 0x35BA19) is known color: Kelly Green. HEX triplet: 35, BA and 19. RGB value is (53,186,25). Sum of RGB (Red+Green+Blue) = 53+186+25=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BA19 is #CA45E6. Grayscale: #808080. Windows color (decimal): -13256167 or 1686069. OLE color: 1686069.
HSL color Cylindrical-coordinate representation of color #35BA19: hue angle of 109.57º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35BA19 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 25 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.27 |
| HSL | 109.57º | 0.76% | 0.41% | - |
| HSV(B) | 109.57º | 0.87% | 0.73% | - |
| XYZ | 19.2 | 35.94 | 6.85 | - |
| YUV | 127.88 | 69.94 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 25 | 0.72 | 0 | 0.87 | 0.27 | 109.57 | 0.76 | 0.41 |
| Hex | 35 | BA | 19 | 48 | 0 | 57 | 1B | 6E | 4C | 29 |
| Octal | 65 | 272 | 31 | 110 | 0 | 127 | 33 | 156 | 114 | 51 |
| Binary | 110101 | 10111010 | 11001 | 1001000 | 0 | 1010111 | 11011 | 1101110 | 1001100 | 101001 |
Color Harmonies of #35BA19
Complementary color
Monochromatic Colors of #35BA19
Black with #35BA19
Text Example
Text Example
White with #35BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA19; }
p { color: rgb(53,186,25); }
H1.HeaderClassName
{
color: #35BA19;
}
.AnyTagClassName
{
color: #35BA19;
}
</style>
background-color css
<style>
a { background-color: #35BA19; }
a { background-color: rgb(53,186,25); }
div.DivClassName
{
background-color: #35BA19;
}
.BgClassName
{
background-color: #35BA19;
}
</style>
border-color css
<style>
span { border-color: #35BA19; }
span { border-color: rgb(53,186,25); }
td.TdClassName
{
border-color: #35BA19;
}
.TagClassName
{
border-color: #35BA19;
}
</style>