Shades of Kelly Green #35BC00
Tints of Kelly Green #35BC00
RGB
CMYK
RGB Variations
Color information
#35BC00 (or 0x35BC00) is known color: Kelly Green. HEX triplet: 35, BC and 00. RGB value is (53,188,0). Sum of RGB (Red+Green+Blue) = 53+188+0=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BC00 is #CA43FF. Grayscale: #7E7E7E. Windows color (decimal): -13255680 or 48181. OLE color: 48181.
HSL color Cylindrical-coordinate representation of color #35BC00: hue angle of 103.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35BC00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 188 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.26 |
| HSL | 103.09º | 1% | 0.37% | - |
| HSV(B) | 103.09º | 1% | 0.74% | - |
| XYZ | 19.45 | 36.72 | 6.06 | - |
| YUV | 126.2 | 56.77 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 188 | 0 | 0.72 | 0 | 1 | 0.26 | 103.09 | 1 | 0.37 |
| Hex | 35 | BC | 0 | 48 | 0 | 64 | 1A | 67 | 64 | 25 |
| Octal | 65 | 274 | 0 | 110 | 0 | 144 | 32 | 147 | 144 | 45 |
| Binary | 110101 | 10111100 | 0 | 1001000 | 0 | 1100100 | 11010 | 1100111 | 1100100 | 100101 |
Color Harmonies of #35BC00
Complementary color
Monochromatic Colors of #35BC00
Black with #35BC00
Text Example
Text Example
White with #35BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BC00; }
p { color: rgb(53,188,0); }
H1.HeaderClassName
{
color: #35BC00;
}
.AnyTagClassName
{
color: #35BC00;
}
</style>
background-color css
<style>
a { background-color: #35BC00; }
a { background-color: rgb(53,188,0); }
div.DivClassName
{
background-color: #35BC00;
}
.BgClassName
{
background-color: #35BC00;
}
</style>
border-color css
<style>
span { border-color: #35BC00; }
span { border-color: rgb(53,188,0); }
td.TdClassName
{
border-color: #35BC00;
}
.TagClassName
{
border-color: #35BC00;
}
</style>