Shades of Kelly Green #34D506
Tints of Kelly Green #34D506
RGB
CMYK
RGB Variations
Color information
#34D506 (or 0x34D506) is known color: Kelly Green. HEX triplet: 34, D5 and 06. RGB value is (52,213,6). Sum of RGB (Red+Green+Blue) = 52+213+6=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 213 (83.59% from 255 or 78.60% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 213 - color contains mainly: green. Hex color #34D506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D506 is #CB2AF9. Grayscale: #8D8D8D. Windows color (decimal): -13314810 or 447796. OLE color: 447796.
HSL color Cylindrical-coordinate representation of color #34D506: hue angle of 106.67º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34D506 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 6 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.16 |
| HSL | 106.67º | 0.95% | 0.43% | - |
| HSV(B) | 106.67º | 0.97% | 0.84% | - |
| XYZ | 25.24 | 48.33 | 8.17 | - |
| YUV | 141.26 | 51.66 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 6 | 0.76 | 0 | 0.97 | 0.16 | 106.67 | 0.95 | 0.43 |
| Hex | 34 | D5 | 6 | 4C | 0 | 61 | 10 | 6B | 5F | 2B |
| Octal | 64 | 325 | 6 | 114 | 0 | 141 | 20 | 153 | 137 | 53 |
| Binary | 110100 | 11010101 | 110 | 1001100 | 0 | 1100001 | 10000 | 1101011 | 1011111 | 101011 |
Color Harmonies of #34D506
Complementary color
Monochromatic Colors of #34D506
Black with #34D506
Text Example
Text Example
White with #34D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D506; }
p { color: rgb(52,213,6); }
H1.HeaderClassName
{
color: #34D506;
}
.AnyTagClassName
{
color: #34D506;
}
</style>
background-color css
<style>
a { background-color: #34D506; }
a { background-color: rgb(52,213,6); }
div.DivClassName
{
background-color: #34D506;
}
.BgClassName
{
background-color: #34D506;
}
</style>
border-color css
<style>
span { border-color: #34D506; }
span { border-color: rgb(52,213,6); }
td.TdClassName
{
border-color: #34D506;
}
.TagClassName
{
border-color: #34D506;
}
</style>