Shades of Kelly Green #35C202
Tints of Kelly Green #35C202
RGB
CMYK
RGB Variations
Color information
#35C202 (or 0x35C202) is known color: Kelly Green. HEX triplet: 35, C2 and 02. RGB value is (53,194,2). Sum of RGB (Red+Green+Blue) = 53+194+2=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #35C202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C202 is #CA3DFD. Grayscale: #828282. Windows color (decimal): -13254142 or 180789. OLE color: 180789.
HSL color Cylindrical-coordinate representation of color #35C202: hue angle of 104.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35C202 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.24 |
| HSL | 104.06º | 0.98% | 0.38% | - |
| HSV(B) | 104.06º | 0.99% | 0.76% | - |
| XYZ | 20.77 | 39.34 | 6.56 | - |
| YUV | 129.95 | 55.79 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 2 | 0.73 | 0 | 0.99 | 0.24 | 104.06 | 0.98 | 0.38 |
| Hex | 35 | C2 | 2 | 49 | 0 | 63 | 18 | 68 | 62 | 26 |
| Octal | 65 | 302 | 2 | 111 | 0 | 143 | 30 | 150 | 142 | 46 |
| Binary | 110101 | 11000010 | 10 | 1001001 | 0 | 1100011 | 11000 | 1101000 | 1100010 | 100110 |
Color Harmonies of #35C202
Complementary color
Monochromatic Colors of #35C202
Black with #35C202
Text Example
Text Example
White with #35C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C202; }
p { color: rgb(53,194,2); }
H1.HeaderClassName
{
color: #35C202;
}
.AnyTagClassName
{
color: #35C202;
}
</style>
background-color css
<style>
a { background-color: #35C202; }
a { background-color: rgb(53,194,2); }
div.DivClassName
{
background-color: #35C202;
}
.BgClassName
{
background-color: #35C202;
}
</style>
border-color css
<style>
span { border-color: #35C202; }
span { border-color: rgb(53,194,2); }
td.TdClassName
{
border-color: #35C202;
}
.TagClassName
{
border-color: #35C202;
}
</style>