Shades of Kelly Green #35AF0C
Tints of Kelly Green #35AF0C
RGB
CMYK
RGB Variations
Color information
#35AF0C (or 0x35AF0C) is known color: Kelly Green. HEX triplet: 35, AF and 0C. RGB value is (53,175,12). Sum of RGB (Red+Green+Blue) = 53+175+12=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 175 (68.75% from 255 or 72.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AF0C is #CA50F3. Grayscale: #787878. Windows color (decimal): -13258996 or 831285. OLE color: 831285.
HSL color Cylindrical-coordinate representation of color #35AF0C: hue angle of 104.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35AF0C is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 175 | 12 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.31 |
| HSL | 104.91º | 0.87% | 0.37% | - |
| HSV(B) | 104.91º | 0.93% | 0.69% | - |
| XYZ | 16.86 | 31.44 | 5.53 | - |
| YUV | 119.94 | 67.08 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 175 | 12 | 0.70 | 0 | 0.93 | 0.31 | 104.91 | 0.87 | 0.37 |
| Hex | 35 | AF | C | 46 | 0 | 5D | 1F | 69 | 57 | 25 |
| Octal | 65 | 257 | 14 | 106 | 0 | 135 | 37 | 151 | 127 | 45 |
| Binary | 110101 | 10101111 | 1100 | 1000110 | 0 | 1011101 | 11111 | 1101001 | 1010111 | 100101 |
Color Harmonies of #35AF0C
Complementary color
Monochromatic Colors of #35AF0C
Black with #35AF0C
Text Example
Text Example
White with #35AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AF0C; }
p { color: rgb(53,175,12); }
H1.HeaderClassName
{
color: #35AF0C;
}
.AnyTagClassName
{
color: #35AF0C;
}
</style>
background-color css
<style>
a { background-color: #35AF0C; }
a { background-color: rgb(53,175,12); }
div.DivClassName
{
background-color: #35AF0C;
}
.BgClassName
{
background-color: #35AF0C;
}
</style>
border-color css
<style>
span { border-color: #35AF0C; }
span { border-color: rgb(53,175,12); }
td.TdClassName
{
border-color: #35AF0C;
}
.TagClassName
{
border-color: #35AF0C;
}
</style>