Shades of Kelly Green #35C30C
Tints of Kelly Green #35C30C
RGB
CMYK
RGB Variations
Color information
#35C30C (or 0x35C30C) is known color: Kelly Green. HEX triplet: 35, C3 and 0C. RGB value is (53,195,12). Sum of RGB (Red+Green+Blue) = 53+195+12=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #35C30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C30C is #CA3CF3. Grayscale: #848484. Windows color (decimal): -13253876 or 836405. OLE color: 836405.
HSL color Cylindrical-coordinate representation of color #35C30C: hue angle of 106.56º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35C30C is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 195 | 12 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.24 |
| HSL | 106.56º | 0.88% | 0.41% | - |
| HSV(B) | 106.56º | 0.94% | 0.76% | - |
| XYZ | 21.05 | 39.81 | 6.92 | - |
| YUV | 131.68 | 60.46 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 195 | 12 | 0.73 | 0 | 0.94 | 0.24 | 106.56 | 0.88 | 0.41 |
| Hex | 35 | C3 | C | 49 | 0 | 5E | 18 | 6B | 58 | 29 |
| Octal | 65 | 303 | 14 | 111 | 0 | 136 | 30 | 153 | 130 | 51 |
| Binary | 110101 | 11000011 | 1100 | 1001001 | 0 | 1011110 | 11000 | 1101011 | 1011000 | 101001 |
Color Harmonies of #35C30C
Complementary color
Monochromatic Colors of #35C30C
Black with #35C30C
Text Example
Text Example
White with #35C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C30C; }
p { color: rgb(53,195,12); }
H1.HeaderClassName
{
color: #35C30C;
}
.AnyTagClassName
{
color: #35C30C;
}
</style>
background-color css
<style>
a { background-color: #35C30C; }
a { background-color: rgb(53,195,12); }
div.DivClassName
{
background-color: #35C30C;
}
.BgClassName
{
background-color: #35C30C;
}
</style>
border-color css
<style>
span { border-color: #35C30C; }
span { border-color: rgb(53,195,12); }
td.TdClassName
{
border-color: #35C30C;
}
.TagClassName
{
border-color: #35C30C;
}
</style>