Shades of Kelly Green #34BC13
Tints of Kelly Green #34BC13
RGB
CMYK
RGB Variations
Color information
#34BC13 (or 0x34BC13) is known color: Kelly Green. HEX triplet: 34, BC and 13. RGB value is (52,188,19). Sum of RGB (Red+Green+Blue) = 52+188+19=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BC13 is #CB43EC. Grayscale: #808080. Windows color (decimal): -13321197 or 1293364. OLE color: 1293364.
HSL color Cylindrical-coordinate representation of color #34BC13: hue angle of 108.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34BC13 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 19 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.26 |
| HSL | 108.28º | 0.82% | 0.41% | - |
| HSV(B) | 108.28º | 0.9% | 0.74% | - |
| XYZ | 19.52 | 36.74 | 6.68 | - |
| YUV | 128.07 | 66.44 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 19 | 0.72 | 0 | 0.90 | 0.26 | 108.28 | 0.82 | 0.41 |
| Hex | 34 | BC | 13 | 48 | 0 | 5A | 1A | 6C | 52 | 29 |
| Octal | 64 | 274 | 23 | 110 | 0 | 132 | 32 | 154 | 122 | 51 |
| Binary | 110100 | 10111100 | 10011 | 1001000 | 0 | 1011010 | 11010 | 1101100 | 1010010 | 101001 |
Color Harmonies of #34BC13
Complementary color
Monochromatic Colors of #34BC13
Black with #34BC13
Text Example
Text Example
White with #34BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC13; }
p { color: rgb(52,188,19); }
H1.HeaderClassName
{
color: #34BC13;
}
.AnyTagClassName
{
color: #34BC13;
}
</style>
background-color css
<style>
a { background-color: #34BC13; }
a { background-color: rgb(52,188,19); }
div.DivClassName
{
background-color: #34BC13;
}
.BgClassName
{
background-color: #34BC13;
}
</style>
border-color css
<style>
span { border-color: #34BC13; }
span { border-color: rgb(52,188,19); }
td.TdClassName
{
border-color: #34BC13;
}
.TagClassName
{
border-color: #34BC13;
}
</style>