Shades of Kelly Green #35C803
Tints of Kelly Green #35C803
RGB
CMYK
RGB Variations
Color information
#35C803 (or 0x35C803) is known color: Kelly Green. HEX triplet: 35, C8 and 03. RGB value is (53,200,3). Sum of RGB (Red+Green+Blue) = 53+200+3=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 200 (78.52% from 255 or 78.12% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 200 - color contains mainly: green. Hex color #35C803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C803 is #CA37FC. Grayscale: #868686. Windows color (decimal): -13252605 or 247861. OLE color: 247861.
HSL color Cylindrical-coordinate representation of color #35C803: hue angle of 104.77º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35C803 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.22 |
| HSL | 104.77º | 0.97% | 0.4% | - |
| HSV(B) | 104.77º | 0.99% | 0.78% | - |
| XYZ | 22.14 | 42.07 | 7.04 | - |
| YUV | 133.59 | 54.3 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 3 | 0.74 | 0 | 0.98 | 0.22 | 104.77 | 0.97 | 0.4 |
| Hex | 35 | C8 | 3 | 4A | 0 | 62 | 16 | 69 | 61 | 28 |
| Octal | 65 | 310 | 3 | 112 | 0 | 142 | 26 | 151 | 141 | 50 |
| Binary | 110101 | 11001000 | 11 | 1001010 | 0 | 1100010 | 10110 | 1101001 | 1100001 | 101000 |
Color Harmonies of #35C803
Complementary color
Monochromatic Colors of #35C803
Black with #35C803
Text Example
Text Example
White with #35C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C803; }
p { color: rgb(53,200,3); }
H1.HeaderClassName
{
color: #35C803;
}
.AnyTagClassName
{
color: #35C803;
}
</style>
background-color css
<style>
a { background-color: #35C803; }
a { background-color: rgb(53,200,3); }
div.DivClassName
{
background-color: #35C803;
}
.BgClassName
{
background-color: #35C803;
}
</style>
border-color css
<style>
span { border-color: #35C803; }
span { border-color: rgb(53,200,3); }
td.TdClassName
{
border-color: #35C803;
}
.TagClassName
{
border-color: #35C803;
}
</style>