Shades of Kelly Green #35CF14
Tints of Kelly Green #35CF14
RGB
CMYK
RGB Variations
Color information
#35CF14 (or 0x35CF14) is known color: Kelly Green. HEX triplet: 35, CF and 14. RGB value is (53,207,20). Sum of RGB (Red+Green+Blue) = 53+207+20=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35CF14 is #CA30EB. Grayscale: #8C8C8C. Windows color (decimal): -13250796 or 1363765. OLE color: 1363765.
HSL color Cylindrical-coordinate representation of color #35CF14: hue angle of 109.41º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35CF14 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 20 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.19 |
| HSL | 109.41º | 0.82% | 0.45% | - |
| HSV(B) | 109.41º | 0.9% | 0.81% | - |
| XYZ | 23.91 | 45.43 | 8.17 | - |
| YUV | 139.64 | 60.48 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 20 | 0.74 | 0 | 0.90 | 0.19 | 109.41 | 0.82 | 0.45 |
| Hex | 35 | CF | 14 | 4A | 0 | 5A | 13 | 6D | 52 | 2D |
| Octal | 65 | 317 | 24 | 112 | 0 | 132 | 23 | 155 | 122 | 55 |
| Binary | 110101 | 11001111 | 10100 | 1001010 | 0 | 1011010 | 10011 | 1101101 | 1010010 | 101101 |
Color Harmonies of #35CF14
Complementary color
Monochromatic Colors of #35CF14
Black with #35CF14
Text Example
Text Example
White with #35CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CF14; }
p { color: rgb(53,207,20); }
H1.HeaderClassName
{
color: #35CF14;
}
.AnyTagClassName
{
color: #35CF14;
}
</style>
background-color css
<style>
a { background-color: #35CF14; }
a { background-color: rgb(53,207,20); }
div.DivClassName
{
background-color: #35CF14;
}
.BgClassName
{
background-color: #35CF14;
}
</style>
border-color css
<style>
span { border-color: #35CF14; }
span { border-color: rgb(53,207,20); }
td.TdClassName
{
border-color: #35CF14;
}
.TagClassName
{
border-color: #35CF14;
}
</style>