Shades of Kelly Green #34D010
Tints of Kelly Green #34D010
RGB
CMYK
RGB Variations
Color information
#34D010 (or 0x34D010) is known color: Kelly Green. HEX triplet: 34, D0 and 10. RGB value is (52,208,16). Sum of RGB (Red+Green+Blue) = 52+208+16=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #34D010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D010 is #CB2FEF. Grayscale: #8C8C8C. Windows color (decimal): -13316080 or 1101876. OLE color: 1101876.
HSL color Cylindrical-coordinate representation of color #34D010: hue angle of 108.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34D010 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 16 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.18 |
| HSL | 108.75º | 0.86% | 0.44% | - |
| HSV(B) | 108.75º | 0.92% | 0.82% | - |
| XYZ | 24.07 | 45.88 | 8.08 | - |
| YUV | 139.47 | 58.32 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 16 | 0.75 | 0 | 0.92 | 0.18 | 108.75 | 0.86 | 0.44 |
| Hex | 34 | D0 | 10 | 4B | 0 | 5C | 12 | 6D | 56 | 2C |
| Octal | 64 | 320 | 20 | 113 | 0 | 134 | 22 | 155 | 126 | 54 |
| Binary | 110100 | 11010000 | 10000 | 1001011 | 0 | 1011100 | 10010 | 1101101 | 1010110 | 101100 |
Color Harmonies of #34D010
Complementary color
Monochromatic Colors of #34D010
Black with #34D010
Text Example
Text Example
White with #34D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D010; }
p { color: rgb(52,208,16); }
H1.HeaderClassName
{
color: #34D010;
}
.AnyTagClassName
{
color: #34D010;
}
</style>
background-color css
<style>
a { background-color: #34D010; }
a { background-color: rgb(52,208,16); }
div.DivClassName
{
background-color: #34D010;
}
.BgClassName
{
background-color: #34D010;
}
</style>
border-color css
<style>
span { border-color: #34D010; }
span { border-color: rgb(52,208,16); }
td.TdClassName
{
border-color: #34D010;
}
.TagClassName
{
border-color: #34D010;
}
</style>