Shades of Kelly Green #35C112
Tints of Kelly Green #35C112
RGB
CMYK
RGB Variations
Color information
#35C112 (or 0x35C112) is known color: Kelly Green. HEX triplet: 35, C1 and 12. RGB value is (53,193,18). Sum of RGB (Red+Green+Blue) = 53+193+18=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #35C112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C112 is #CA3EED. Grayscale: #838383. Windows color (decimal): -13254382 or 1229109. OLE color: 1229109.
HSL color Cylindrical-coordinate representation of color #35C112: hue angle of 108º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35C112 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 18 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.24 |
| HSL | 108º | 0.83% | 0.41% | - |
| HSV(B) | 108º | 0.91% | 0.76% | - |
| XYZ | 20.65 | 38.94 | 7 | - |
| YUV | 131.19 | 64.12 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 18 | 0.73 | 0 | 0.91 | 0.24 | 108 | 0.83 | 0.41 |
| Hex | 35 | C1 | 12 | 49 | 0 | 5B | 18 | 6C | 53 | 29 |
| Octal | 65 | 301 | 22 | 111 | 0 | 133 | 30 | 154 | 123 | 51 |
| Binary | 110101 | 11000001 | 10010 | 1001001 | 0 | 1011011 | 11000 | 1101100 | 1010011 | 101001 |
Color Harmonies of #35C112
Complementary color
Monochromatic Colors of #35C112
Black with #35C112
Text Example
Text Example
White with #35C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C112; }
p { color: rgb(53,193,18); }
H1.HeaderClassName
{
color: #35C112;
}
.AnyTagClassName
{
color: #35C112;
}
</style>
background-color css
<style>
a { background-color: #35C112; }
a { background-color: rgb(53,193,18); }
div.DivClassName
{
background-color: #35C112;
}
.BgClassName
{
background-color: #35C112;
}
</style>
border-color css
<style>
span { border-color: #35C112; }
span { border-color: rgb(53,193,18); }
td.TdClassName
{
border-color: #35C112;
}
.TagClassName
{
border-color: #35C112;
}
</style>