Shades of Kelly Green #35C000
Tints of Kelly Green #35C000
RGB
CMYK
RGB Variations
Color information
#35C000 (or 0x35C000) is known color: Kelly Green. HEX triplet: 35, C0 and 00. RGB value is (53,192,0). Sum of RGB (Red+Green+Blue) = 53+192+0=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #35C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C000 is #CA3FFF. Grayscale: #818181. Windows color (decimal): -13254656 or 49205. OLE color: 49205.
HSL color Cylindrical-coordinate representation of color #35C000: hue angle of 103.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35C000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.25 |
| HSL | 103.44º | 1% | 0.38% | - |
| HSV(B) | 103.44º | 1% | 0.75% | - |
| XYZ | 20.32 | 38.46 | 6.35 | - |
| YUV | 128.55 | 55.45 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 0 | 0.72 | 0 | 1 | 0.25 | 103.44 | 1 | 0.38 |
| Hex | 35 | C0 | 0 | 48 | 0 | 64 | 19 | 67 | 64 | 26 |
| Octal | 65 | 300 | 0 | 110 | 0 | 144 | 31 | 147 | 144 | 46 |
| Binary | 110101 | 11000000 | 0 | 1001000 | 0 | 1100100 | 11001 | 1100111 | 1100100 | 100110 |
Color Harmonies of #35C000
Complementary color
Monochromatic Colors of #35C000
Black with #35C000
Text Example
Text Example
White with #35C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C000; }
p { color: rgb(53,192,0); }
H1.HeaderClassName
{
color: #35C000;
}
.AnyTagClassName
{
color: #35C000;
}
</style>
background-color css
<style>
a { background-color: #35C000; }
a { background-color: rgb(53,192,0); }
div.DivClassName
{
background-color: #35C000;
}
.BgClassName
{
background-color: #35C000;
}
</style>
border-color css
<style>
span { border-color: #35C000; }
span { border-color: rgb(53,192,0); }
td.TdClassName
{
border-color: #35C000;
}
.TagClassName
{
border-color: #35C000;
}
</style>