Shades of Kelly Green #34BA07
Tints of Kelly Green #34BA07
RGB
CMYK
RGB Variations
Color information
#34BA07 (or 0x34BA07) is known color: Kelly Green. HEX triplet: 34, BA and 07. RGB value is (52,186,7). Sum of RGB (Red+Green+Blue) = 52+186+7=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BA07 is #CB45F8. Grayscale: #7E7E7E. Windows color (decimal): -13321721 or 506420. OLE color: 506420.
HSL color Cylindrical-coordinate representation of color #34BA07: hue angle of 104.92º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34BA07 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 7 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.27 |
| HSL | 104.92º | 0.93% | 0.38% | - |
| HSV(B) | 104.92º | 0.96% | 0.73% | - |
| XYZ | 19.01 | 35.86 | 6.12 | - |
| YUV | 125.53 | 61.11 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 7 | 0.72 | 0 | 0.96 | 0.27 | 104.92 | 0.93 | 0.38 |
| Hex | 34 | BA | 7 | 48 | 0 | 60 | 1B | 69 | 5D | 26 |
| Octal | 64 | 272 | 7 | 110 | 0 | 140 | 33 | 151 | 135 | 46 |
| Binary | 110100 | 10111010 | 111 | 1001000 | 0 | 1100000 | 11011 | 1101001 | 1011101 | 100110 |
Color Harmonies of #34BA07
Complementary color
Monochromatic Colors of #34BA07
Black with #34BA07
Text Example
Text Example
White with #34BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA07; }
p { color: rgb(52,186,7); }
H1.HeaderClassName
{
color: #34BA07;
}
.AnyTagClassName
{
color: #34BA07;
}
</style>
background-color css
<style>
a { background-color: #34BA07; }
a { background-color: rgb(52,186,7); }
div.DivClassName
{
background-color: #34BA07;
}
.BgClassName
{
background-color: #34BA07;
}
</style>
border-color css
<style>
span { border-color: #34BA07; }
span { border-color: rgb(52,186,7); }
td.TdClassName
{
border-color: #34BA07;
}
.TagClassName
{
border-color: #34BA07;
}
</style>