Shades of Kelly Green #35B901
Tints of Kelly Green #35B901
RGB
CMYK
RGB Variations
Color information
#35B901 (or 0x35B901) is known color: Kelly Green. HEX triplet: 35, B9 and 01. RGB value is (53,185,1). Sum of RGB (Red+Green+Blue) = 53+185+1=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 185 (72.66% from 255 or 77.41% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 185 - color contains mainly: green. Hex color #35B901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35B901 is #CA46FE. Grayscale: #7D7D7D. Windows color (decimal): -13256447 or 112949. OLE color: 112949.
HSL color Cylindrical-coordinate representation of color #35B901: hue angle of 103.04º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35B901 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.27 |
| HSL | 103.04º | 0.99% | 0.36% | - |
| HSV(B) | 103.04º | 0.99% | 0.73% | - |
| XYZ | 18.82 | 35.46 | 5.88 | - |
| YUV | 124.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 1 | 0.71 | 0 | 0.99 | 0.27 | 103.04 | 0.99 | 0.36 |
| Hex | 35 | B9 | 1 | 47 | 0 | 63 | 1B | 67 | 63 | 24 |
| Octal | 65 | 271 | 1 | 107 | 0 | 143 | 33 | 147 | 143 | 44 |
| Binary | 110101 | 10111001 | 1 | 1000111 | 0 | 1100011 | 11011 | 1100111 | 1100011 | 100100 |
Color Harmonies of #35B901
Complementary color
Monochromatic Colors of #35B901
Black with #35B901
Text Example
Text Example
White with #35B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B901; }
p { color: rgb(53,185,1); }
H1.HeaderClassName
{
color: #35B901;
}
.AnyTagClassName
{
color: #35B901;
}
</style>
background-color css
<style>
a { background-color: #35B901; }
a { background-color: rgb(53,185,1); }
div.DivClassName
{
background-color: #35B901;
}
.BgClassName
{
background-color: #35B901;
}
</style>
border-color css
<style>
span { border-color: #35B901; }
span { border-color: rgb(53,185,1); }
td.TdClassName
{
border-color: #35B901;
}
.TagClassName
{
border-color: #35B901;
}
</style>