Shades of Kelly Green #34C50D
Tints of Kelly Green #34C50D
RGB
CMYK
RGB Variations
Color information
#34C50D (or 0x34C50D) is known color: Kelly Green. HEX triplet: 34, C5 and 0D. RGB value is (52,197,13). Sum of RGB (Red+Green+Blue) = 52+197+13=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 197 (77.34% from 255 or 75.19% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 197 - color contains mainly: green. Hex color #34C50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C50D is #CB3AF2. Grayscale: #858585. Windows color (decimal): -13318899 or 902452. OLE color: 902452.
HSL color Cylindrical-coordinate representation of color #34C50D: hue angle of 107.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34C50D is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 13 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.23 |
| HSL | 107.28º | 0.88% | 0.41% | - |
| HSV(B) | 107.28º | 0.93% | 0.77% | - |
| XYZ | 21.46 | 40.69 | 7.1 | - |
| YUV | 132.67 | 60.46 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 13 | 0.74 | 0 | 0.93 | 0.23 | 107.28 | 0.88 | 0.41 |
| Hex | 34 | C5 | D | 4A | 0 | 5D | 17 | 6B | 58 | 29 |
| Octal | 64 | 305 | 15 | 112 | 0 | 135 | 27 | 153 | 130 | 51 |
| Binary | 110100 | 11000101 | 1101 | 1001010 | 0 | 1011101 | 10111 | 1101011 | 1011000 | 101001 |
Color Harmonies of #34C50D
Complementary color
Monochromatic Colors of #34C50D
Black with #34C50D
Text Example
Text Example
White with #34C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C50D; }
p { color: rgb(52,197,13); }
H1.HeaderClassName
{
color: #34C50D;
}
.AnyTagClassName
{
color: #34C50D;
}
</style>
background-color css
<style>
a { background-color: #34C50D; }
a { background-color: rgb(52,197,13); }
div.DivClassName
{
background-color: #34C50D;
}
.BgClassName
{
background-color: #34C50D;
}
</style>
border-color css
<style>
span { border-color: #34C50D; }
span { border-color: rgb(52,197,13); }
td.TdClassName
{
border-color: #34C50D;
}
.TagClassName
{
border-color: #34C50D;
}
</style>