Shades of Kelly Green #34D012
Tints of Kelly Green #34D012
RGB
CMYK
RGB Variations
Color information
#34D012 (or 0x34D012) is known color: Kelly Green. HEX triplet: 34, D0 and 12. RGB value is (52,208,18). Sum of RGB (Red+Green+Blue) = 52+208+18=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 208 (81.64% from 255 or 74.82% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 208 - color contains mainly: green. Hex color #34D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D012 is #CB2FED. Grayscale: #8C8C8C. Windows color (decimal): -13316078 or 1232948. OLE color: 1232948.
HSL color Cylindrical-coordinate representation of color #34D012: hue angle of 109.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34D012 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 18 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.18 |
| HSL | 109.26º | 0.84% | 0.44% | - |
| HSV(B) | 109.26º | 0.91% | 0.82% | - |
| XYZ | 24.08 | 45.89 | 8.16 | - |
| YUV | 139.7 | 59.32 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 18 | 0.75 | 0 | 0.91 | 0.18 | 109.26 | 0.84 | 0.44 |
| Hex | 34 | D0 | 12 | 4B | 0 | 5B | 12 | 6D | 54 | 2C |
| Octal | 64 | 320 | 22 | 113 | 0 | 133 | 22 | 155 | 124 | 54 |
| Binary | 110100 | 11010000 | 10010 | 1001011 | 0 | 1011011 | 10010 | 1101101 | 1010100 | 101100 |
Color Harmonies of #34D012
Complementary color
Monochromatic Colors of #34D012
Black with #34D012
Text Example
Text Example
White with #34D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D012; }
p { color: rgb(52,208,18); }
H1.HeaderClassName
{
color: #34D012;
}
.AnyTagClassName
{
color: #34D012;
}
</style>
background-color css
<style>
a { background-color: #34D012; }
a { background-color: rgb(52,208,18); }
div.DivClassName
{
background-color: #34D012;
}
.BgClassName
{
background-color: #34D012;
}
</style>
border-color css
<style>
span { border-color: #34D012; }
span { border-color: rgb(52,208,18); }
td.TdClassName
{
border-color: #34D012;
}
.TagClassName
{
border-color: #34D012;
}
</style>