Shades of Kelly Green #35BF0B
Tints of Kelly Green #35BF0B
RGB
CMYK
RGB Variations
Color information
#35BF0B (or 0x35BF0B) is known color: Kelly Green. HEX triplet: 35, BF and 0B. RGB value is (53,191,11). Sum of RGB (Red+Green+Blue) = 53+191+11=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BF0B is #CA40F4. Grayscale: #818181. Windows color (decimal): -13254901 or 769845. OLE color: 769845.
HSL color Cylindrical-coordinate representation of color #35BF0B: hue angle of 106º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35BF0B is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 191 | 11 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.25 |
| HSL | 106º | 0.89% | 0.4% | - |
| HSV(B) | 106º | 0.94% | 0.75% | - |
| XYZ | 20.16 | 38.04 | 6.6 | - |
| YUV | 129.22 | 61.28 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 191 | 11 | 0.72 | 0 | 0.94 | 0.25 | 106 | 0.89 | 0.4 |
| Hex | 35 | BF | B | 48 | 0 | 5E | 19 | 6A | 59 | 28 |
| Octal | 65 | 277 | 13 | 110 | 0 | 136 | 31 | 152 | 131 | 50 |
| Binary | 110101 | 10111111 | 1011 | 1001000 | 0 | 1011110 | 11001 | 1101010 | 1011001 | 101000 |
Color Harmonies of #35BF0B
Complementary color
Monochromatic Colors of #35BF0B
Black with #35BF0B
Text Example
Text Example
White with #35BF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BF0B; }
p { color: rgb(53,191,11); }
H1.HeaderClassName
{
color: #35BF0B;
}
.AnyTagClassName
{
color: #35BF0B;
}
</style>
background-color css
<style>
a { background-color: #35BF0B; }
a { background-color: rgb(53,191,11); }
div.DivClassName
{
background-color: #35BF0B;
}
.BgClassName
{
background-color: #35BF0B;
}
</style>
border-color css
<style>
span { border-color: #35BF0B; }
span { border-color: rgb(53,191,11); }
td.TdClassName
{
border-color: #35BF0B;
}
.TagClassName
{
border-color: #35BF0B;
}
</style>