Shades of Kelly Green #35B20F
Tints of Kelly Green #35B20F
RGB
CMYK
RGB Variations
Color information
#35B20F (or 0x35B20F) is known color: Kelly Green. HEX triplet: 35, B2 and 0F. RGB value is (53,178,15). Sum of RGB (Red+Green+Blue) = 53+178+15=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 178 (69.92% from 255 or 72.36% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 178 - color contains mainly: green. Hex color #35B20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35B20F is #CA4DF0. Grayscale: #7A7A7A. Windows color (decimal): -13258225 or 1028661. OLE color: 1028661.
HSL color Cylindrical-coordinate representation of color #35B20F: hue angle of 106.01º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35B20F is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 178 | 15 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.30 |
| HSL | 106.01º | 0.84% | 0.38% | - |
| HSV(B) | 106.01º | 0.92% | 0.7% | - |
| XYZ | 17.47 | 32.63 | 5.83 | - |
| YUV | 122.04 | 67.59 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 178 | 15 | 0.70 | 0 | 0.92 | 0.30 | 106.01 | 0.84 | 0.38 |
| Hex | 35 | B2 | F | 46 | 0 | 5C | 1E | 6A | 54 | 26 |
| Octal | 65 | 262 | 17 | 106 | 0 | 134 | 36 | 152 | 124 | 46 |
| Binary | 110101 | 10110010 | 1111 | 1000110 | 0 | 1011100 | 11110 | 1101010 | 1010100 | 100110 |
Color Harmonies of #35B20F
Complementary color
Monochromatic Colors of #35B20F
Black with #35B20F
Text Example
Text Example
White with #35B20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B20F; }
p { color: rgb(53,178,15); }
H1.HeaderClassName
{
color: #35B20F;
}
.AnyTagClassName
{
color: #35B20F;
}
</style>
background-color css
<style>
a { background-color: #35B20F; }
a { background-color: rgb(53,178,15); }
div.DivClassName
{
background-color: #35B20F;
}
.BgClassName
{
background-color: #35B20F;
}
</style>
border-color css
<style>
span { border-color: #35B20F; }
span { border-color: rgb(53,178,15); }
td.TdClassName
{
border-color: #35B20F;
}
.TagClassName
{
border-color: #35B20F;
}
</style>