Shades of Kelly Green #359B00
Tints of Kelly Green #359B00
RGB
CMYK
RGB Variations
Color information
#359B00 (or 0x359B00) is known color: Kelly Green. HEX triplet: 35, 9B and 00. RGB value is (53,155,0). Sum of RGB (Red+Green+Blue) = 53+155+0=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 155 (60.94% from 255 or 74.52% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 155 - color contains mainly: green. Hex color #359B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359B00 is #CA64FF. Grayscale: #6B6B6B. Windows color (decimal): -13264128 or 39733. OLE color: 39733.
HSL color Cylindrical-coordinate representation of color #359B00: hue angle of 99.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #359B00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.39 |
| HSL | 99.48º | 1% | 0.3% | - |
| HSV(B) | 99.48º | 1% | 0.61% | - |
| XYZ | 13.19 | 24.2 | 3.98 | - |
| YUV | 106.83 | 67.71 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 0 | 0.66 | 0 | 1 | 0.39 | 99.48 | 1 | 0.3 |
| Hex | 35 | 9B | 0 | 42 | 0 | 64 | 27 | 63 | 64 | 1E |
| Octal | 65 | 233 | 0 | 102 | 0 | 144 | 47 | 143 | 144 | 36 |
| Binary | 110101 | 10011011 | 0 | 1000010 | 0 | 1100100 | 100111 | 1100011 | 1100100 | 11110 |
Color Harmonies of #359B00
Complementary color
Monochromatic Colors of #359B00
Black with #359B00
Text Example
Text Example
White with #359B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B00; }
p { color: rgb(53,155,0); }
H1.HeaderClassName
{
color: #359B00;
}
.AnyTagClassName
{
color: #359B00;
}
</style>
background-color css
<style>
a { background-color: #359B00; }
a { background-color: rgb(53,155,0); }
div.DivClassName
{
background-color: #359B00;
}
.BgClassName
{
background-color: #359B00;
}
</style>
border-color css
<style>
span { border-color: #359B00; }
span { border-color: rgb(53,155,0); }
td.TdClassName
{
border-color: #359B00;
}
.TagClassName
{
border-color: #359B00;
}
</style>