Shades of Kelly Green #35B600
Tints of Kelly Green #35B600
RGB
CMYK
RGB Variations
Color information
#35B600 (or 0x35B600) is known color: Kelly Green. HEX triplet: 35, B6 and 00. RGB value is (53,182,0). Sum of RGB (Red+Green+Blue) = 53+182+0=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 182 (71.48% from 255 or 77.45% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 182 - color contains mainly: green. Hex color #35B600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35B600 is #CA49FF. Grayscale: #7B7B7B. Windows color (decimal): -13257216 or 46645. OLE color: 46645.
HSL color Cylindrical-coordinate representation of color #35B600: hue angle of 102.53º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35B600 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 182 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.29 |
| HSL | 102.53º | 1% | 0.36% | - |
| HSV(B) | 102.53º | 1% | 0.71% | - |
| XYZ | 18.2 | 34.21 | 5.64 | - |
| YUV | 122.68 | 58.76 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 182 | 0 | 0.71 | 0 | 1 | 0.29 | 102.53 | 1 | 0.36 |
| Hex | 35 | B6 | 0 | 47 | 0 | 64 | 1D | 67 | 64 | 24 |
| Octal | 65 | 266 | 0 | 107 | 0 | 144 | 35 | 147 | 144 | 44 |
| Binary | 110101 | 10110110 | 0 | 1000111 | 0 | 1100100 | 11101 | 1100111 | 1100100 | 100100 |
Color Harmonies of #35B600
Complementary color
Monochromatic Colors of #35B600
Black with #35B600
Text Example
Text Example
White with #35B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B600; }
p { color: rgb(53,182,0); }
H1.HeaderClassName
{
color: #35B600;
}
.AnyTagClassName
{
color: #35B600;
}
</style>
background-color css
<style>
a { background-color: #35B600; }
a { background-color: rgb(53,182,0); }
div.DivClassName
{
background-color: #35B600;
}
.BgClassName
{
background-color: #35B600;
}
</style>
border-color css
<style>
span { border-color: #35B600; }
span { border-color: rgb(53,182,0); }
td.TdClassName
{
border-color: #35B600;
}
.TagClassName
{
border-color: #35B600;
}
</style>