Shades of Kelly Green #34D60C
Tints of Kelly Green #34D60C
RGB
CMYK
RGB Variations
Color information
#34D60C (or 0x34D60C) is known color: Kelly Green. HEX triplet: 34, D6 and 0C. RGB value is (52,214,12). Sum of RGB (Red+Green+Blue) = 52+214+12=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #34D60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D60C is #CB29F3. Grayscale: #8F8F8F. Windows color (decimal): -13314548 or 841268. OLE color: 841268.
HSL color Cylindrical-coordinate representation of color #34D60C: hue angle of 108.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34D60C is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 12 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.16 |
| HSL | 108.12º | 0.89% | 0.44% | - |
| HSV(B) | 108.12º | 0.94% | 0.84% | - |
| XYZ | 25.53 | 48.85 | 8.43 | - |
| YUV | 142.53 | 54.33 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 12 | 0.76 | 0 | 0.94 | 0.16 | 108.12 | 0.89 | 0.44 |
| Hex | 34 | D6 | C | 4C | 0 | 5E | 10 | 6C | 59 | 2C |
| Octal | 64 | 326 | 14 | 114 | 0 | 136 | 20 | 154 | 131 | 54 |
| Binary | 110100 | 11010110 | 1100 | 1001100 | 0 | 1011110 | 10000 | 1101100 | 1011001 | 101100 |
Color Harmonies of #34D60C
Complementary color
Monochromatic Colors of #34D60C
Black with #34D60C
Text Example
Text Example
White with #34D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D60C; }
p { color: rgb(52,214,12); }
H1.HeaderClassName
{
color: #34D60C;
}
.AnyTagClassName
{
color: #34D60C;
}
</style>
background-color css
<style>
a { background-color: #34D60C; }
a { background-color: rgb(52,214,12); }
div.DivClassName
{
background-color: #34D60C;
}
.BgClassName
{
background-color: #34D60C;
}
</style>
border-color css
<style>
span { border-color: #34D60C; }
span { border-color: rgb(52,214,12); }
td.TdClassName
{
border-color: #34D60C;
}
.TagClassName
{
border-color: #34D60C;
}
</style>