Shades of Kelly Green #359F01
Tints of Kelly Green #359F01
RGB
CMYK
RGB Variations
Color information
#359F01 (or 0x359F01) is known color: Kelly Green. HEX triplet: 35, 9F and 01. RGB value is (53,159,1). Sum of RGB (Red+Green+Blue) = 53+159+1=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 159 (62.5% from 255 or 74.65% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 159 - color contains mainly: green. Hex color #359F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359F01 is #CA60FE. Grayscale: #6D6D6D. Windows color (decimal): -13263103 or 106293. OLE color: 106293.
HSL color Cylindrical-coordinate representation of color #359F01: hue angle of 100.25º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #359F01 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.38 |
| HSL | 100.25º | 0.99% | 0.31% | - |
| HSV(B) | 100.25º | 0.99% | 0.62% | - |
| XYZ | 13.87 | 25.56 | 4.23 | - |
| YUV | 109.29 | 66.88 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 1 | 0.67 | 0 | 0.99 | 0.38 | 100.25 | 0.99 | 0.31 |
| Hex | 35 | 9F | 1 | 43 | 0 | 63 | 26 | 64 | 63 | 1F |
| Octal | 65 | 237 | 1 | 103 | 0 | 143 | 46 | 144 | 143 | 37 |
| Binary | 110101 | 10011111 | 1 | 1000011 | 0 | 1100011 | 100110 | 1100100 | 1100011 | 11111 |
Color Harmonies of #359F01
Complementary color
Monochromatic Colors of #359F01
Black with #359F01
Text Example
Text Example
White with #359F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F01; }
p { color: rgb(53,159,1); }
H1.HeaderClassName
{
color: #359F01;
}
.AnyTagClassName
{
color: #359F01;
}
</style>
background-color css
<style>
a { background-color: #359F01; }
a { background-color: rgb(53,159,1); }
div.DivClassName
{
background-color: #359F01;
}
.BgClassName
{
background-color: #359F01;
}
</style>
border-color css
<style>
span { border-color: #359F01; }
span { border-color: rgb(53,159,1); }
td.TdClassName
{
border-color: #359F01;
}
.TagClassName
{
border-color: #359F01;
}
</style>