Shades of Kelly Green #34C807
Tints of Kelly Green #34C807
RGB
CMYK
RGB Variations
Color information
#34C807 (or 0x34C807) is known color: Kelly Green. HEX triplet: 34, C8 and 07. RGB value is (52,200,7). Sum of RGB (Red+Green+Blue) = 52+200+7=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 200 (78.52% from 255 or 77.22% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 200 - color contains mainly: green. Hex color #34C807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C807 is #CB37F8. Grayscale: #868686. Windows color (decimal): -13318137 or 510004. OLE color: 510004.
HSL color Cylindrical-coordinate representation of color #34C807: hue angle of 106.01º degrees, saturation: 0.93, 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 #34C807 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 7 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.22 |
| HSL | 106.01º | 0.93% | 0.41% | - |
| HSV(B) | 106.01º | 0.97% | 0.78% | - |
| XYZ | 22.11 | 42.05 | 7.15 | - |
| YUV | 133.75 | 56.47 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 7 | 0.74 | 0 | 0.96 | 0.22 | 106.01 | 0.93 | 0.41 |
| Hex | 34 | C8 | 7 | 4A | 0 | 60 | 16 | 6A | 5D | 29 |
| Octal | 64 | 310 | 7 | 112 | 0 | 140 | 26 | 152 | 135 | 51 |
| Binary | 110100 | 11001000 | 111 | 1001010 | 0 | 1100000 | 10110 | 1101010 | 1011101 | 101001 |
Color Harmonies of #34C807
Complementary color
Monochromatic Colors of #34C807
Black with #34C807
Text Example
Text Example
White with #34C807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C807; }
p { color: rgb(52,200,7); }
H1.HeaderClassName
{
color: #34C807;
}
.AnyTagClassName
{
color: #34C807;
}
</style>
background-color css
<style>
a { background-color: #34C807; }
a { background-color: rgb(52,200,7); }
div.DivClassName
{
background-color: #34C807;
}
.BgClassName
{
background-color: #34C807;
}
</style>
border-color css
<style>
span { border-color: #34C807; }
span { border-color: rgb(52,200,7); }
td.TdClassName
{
border-color: #34C807;
}
.TagClassName
{
border-color: #34C807;
}
</style>