Shades of Kelly Green #359C03
Tints of Kelly Green #359C03
RGB
CMYK
RGB Variations
Color information
#359C03 (or 0x359C03) is known color: Kelly Green. HEX triplet: 35, 9C and 03. RGB value is (53,156,3). Sum of RGB (Red+Green+Blue) = 53+156+3=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #359C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359C03 is #CA63FC. Grayscale: #6C6C6C. Windows color (decimal): -13263869 or 236597. OLE color: 236597.
HSL color Cylindrical-coordinate representation of color #359C03: hue angle of 100.39º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #359C03 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 3 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.39 |
| HSL | 100.39º | 0.96% | 0.31% | - |
| HSV(B) | 100.39º | 0.98% | 0.61% | - |
| XYZ | 13.37 | 24.54 | 4.12 | - |
| YUV | 107.76 | 68.88 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 3 | 0.66 | 0 | 0.98 | 0.39 | 100.39 | 0.96 | 0.31 |
| Hex | 35 | 9C | 3 | 42 | 0 | 62 | 27 | 64 | 60 | 1F |
| Octal | 65 | 234 | 3 | 102 | 0 | 142 | 47 | 144 | 140 | 37 |
| Binary | 110101 | 10011100 | 11 | 1000010 | 0 | 1100010 | 100111 | 1100100 | 1100000 | 11111 |
Color Harmonies of #359C03
Complementary color
Monochromatic Colors of #359C03
Black with #359C03
Text Example
Text Example
White with #359C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C03; }
p { color: rgb(53,156,3); }
H1.HeaderClassName
{
color: #359C03;
}
.AnyTagClassName
{
color: #359C03;
}
</style>
background-color css
<style>
a { background-color: #359C03; }
a { background-color: rgb(53,156,3); }
div.DivClassName
{
background-color: #359C03;
}
.BgClassName
{
background-color: #359C03;
}
</style>
border-color css
<style>
span { border-color: #359C03; }
span { border-color: rgb(53,156,3); }
td.TdClassName
{
border-color: #359C03;
}
.TagClassName
{
border-color: #359C03;
}
</style>