Shades of Kelly Green #35C017
Tints of Kelly Green #35C017
RGB
CMYK
RGB Variations
Color information
#35C017 (or 0x35C017) is known color: Kelly Green. HEX triplet: 35, C0 and 17. RGB value is (53,192,23). Sum of RGB (Red+Green+Blue) = 53+192+23=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #35C017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C017 is #CA3FE8. Grayscale: #838383. Windows color (decimal): -13254633 or 1556533. OLE color: 1556533.
HSL color Cylindrical-coordinate representation of color #35C017: hue angle of 109.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35C017 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 23 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.25 |
| HSL | 109.35º | 0.79% | 0.42% | - |
| HSV(B) | 109.35º | 0.88% | 0.75% | - |
| XYZ | 20.47 | 38.52 | 7.17 | - |
| YUV | 131.17 | 66.95 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 23 | 0.72 | 0 | 0.88 | 0.25 | 109.35 | 0.79 | 0.42 |
| Hex | 35 | C0 | 17 | 48 | 0 | 58 | 19 | 6D | 4F | 2A |
| Octal | 65 | 300 | 27 | 110 | 0 | 130 | 31 | 155 | 117 | 52 |
| Binary | 110101 | 11000000 | 10111 | 1001000 | 0 | 1011000 | 11001 | 1101101 | 1001111 | 101010 |
Color Harmonies of #35C017
Complementary color
Monochromatic Colors of #35C017
Black with #35C017
Text Example
Text Example
White with #35C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C017; }
p { color: rgb(53,192,23); }
H1.HeaderClassName
{
color: #35C017;
}
.AnyTagClassName
{
color: #35C017;
}
</style>
background-color css
<style>
a { background-color: #35C017; }
a { background-color: rgb(53,192,23); }
div.DivClassName
{
background-color: #35C017;
}
.BgClassName
{
background-color: #35C017;
}
</style>
border-color css
<style>
span { border-color: #35C017; }
span { border-color: rgb(53,192,23); }
td.TdClassName
{
border-color: #35C017;
}
.TagClassName
{
border-color: #35C017;
}
</style>