Shades of Kelly Green #34C708
Tints of Kelly Green #34C708
RGB
CMYK
RGB Variations
Color information
#34C708 (or 0x34C708) is known color: Kelly Green. HEX triplet: 34, C7 and 08. RGB value is (52,199,8). Sum of RGB (Red+Green+Blue) = 52+199+8=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 199 (78.12% from 255 or 76.83% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 199 - color contains mainly: green. Hex color #34C708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C708 is #CB38F7. Grayscale: #858585. Windows color (decimal): -13318392 or 575284. OLE color: 575284.
HSL color Cylindrical-coordinate representation of color #34C708: hue angle of 106.18º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34C708 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 199 | 8 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.22 |
| HSL | 106.18º | 0.92% | 0.41% | - |
| HSV(B) | 106.18º | 0.96% | 0.78% | - |
| XYZ | 21.88 | 41.59 | 7.1 | - |
| YUV | 133.27 | 57.3 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 199 | 8 | 0.74 | 0 | 0.96 | 0.22 | 106.18 | 0.92 | 0.41 |
| Hex | 34 | C7 | 8 | 4A | 0 | 60 | 16 | 6A | 5C | 29 |
| Octal | 64 | 307 | 10 | 112 | 0 | 140 | 26 | 152 | 134 | 51 |
| Binary | 110100 | 11000111 | 1000 | 1001010 | 0 | 1100000 | 10110 | 1101010 | 1011100 | 101001 |
Color Harmonies of #34C708
Complementary color
Monochromatic Colors of #34C708
Black with #34C708
Text Example
Text Example
White with #34C708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C708; }
p { color: rgb(52,199,8); }
H1.HeaderClassName
{
color: #34C708;
}
.AnyTagClassName
{
color: #34C708;
}
</style>
background-color css
<style>
a { background-color: #34C708; }
a { background-color: rgb(52,199,8); }
div.DivClassName
{
background-color: #34C708;
}
.BgClassName
{
background-color: #34C708;
}
</style>
border-color css
<style>
span { border-color: #34C708; }
span { border-color: rgb(52,199,8); }
td.TdClassName
{
border-color: #34C708;
}
.TagClassName
{
border-color: #34C708;
}
</style>