Shades of Kelly Green #35BD0F
Tints of Kelly Green #35BD0F
RGB
CMYK
RGB Variations
Color information
#35BD0F (or 0x35BD0F) is known color: Kelly Green. HEX triplet: 35, BD and 0F. RGB value is (53,189,15). Sum of RGB (Red+Green+Blue) = 53+189+15=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 189 (74.22% from 255 or 73.54% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BD0F is #CA42F0. Grayscale: #818181. Windows color (decimal): -13255409 or 1031477. OLE color: 1031477.
HSL color Cylindrical-coordinate representation of color #35BD0F: hue angle of 106.9º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35BD0F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 189 | 15 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.26 |
| HSL | 106.9º | 0.85% | 0.4% | - |
| HSV(B) | 106.9º | 0.92% | 0.74% | - |
| XYZ | 19.75 | 37.19 | 6.59 | - |
| YUV | 128.5 | 63.94 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 15 | 0.72 | 0 | 0.92 | 0.26 | 106.9 | 0.85 | 0.4 |
| Hex | 35 | BD | F | 48 | 0 | 5C | 1A | 6B | 55 | 28 |
| Octal | 65 | 275 | 17 | 110 | 0 | 134 | 32 | 153 | 125 | 50 |
| Binary | 110101 | 10111101 | 1111 | 1001000 | 0 | 1011100 | 11010 | 1101011 | 1010101 | 101000 |
Color Harmonies of #35BD0F
Complementary color
Monochromatic Colors of #35BD0F
Black with #35BD0F
Text Example
Text Example
White with #35BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BD0F; }
p { color: rgb(53,189,15); }
H1.HeaderClassName
{
color: #35BD0F;
}
.AnyTagClassName
{
color: #35BD0F;
}
</style>
background-color css
<style>
a { background-color: #35BD0F; }
a { background-color: rgb(53,189,15); }
div.DivClassName
{
background-color: #35BD0F;
}
.BgClassName
{
background-color: #35BD0F;
}
</style>
border-color css
<style>
span { border-color: #35BD0F; }
span { border-color: rgb(53,189,15); }
td.TdClassName
{
border-color: #35BD0F;
}
.TagClassName
{
border-color: #35BD0F;
}
</style>