Shades of Kelly Green #34D100
Tints of Kelly Green #34D100
RGB
CMYK
RGB Variations
Color information
#34D100 (or 0x34D100) is known color: Kelly Green. HEX triplet: 34, D1 and 00. RGB value is (52,209,0). Sum of RGB (Red+Green+Blue) = 52+209+0=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 209 (82.03% from 255 or 80.08% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 209 - color contains mainly: green. Hex color #34D100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D100 is #CB2EFF. Grayscale: #8A8A8A. Windows color (decimal): -13315840 or 53556. OLE color: 53556.
HSL color Cylindrical-coordinate representation of color #34D100: hue angle of 105.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34D100 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 209 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.18 |
| HSL | 105.07º | 1% | 0.41% | - |
| HSV(B) | 105.07º | 1% | 0.82% | - |
| XYZ | 24.22 | 46.33 | 7.67 | - |
| YUV | 138.23 | 49.99 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 0 | 0.75 | 0 | 1 | 0.18 | 105.07 | 1 | 0.41 |
| Hex | 34 | D1 | 0 | 4B | 0 | 64 | 12 | 69 | 64 | 29 |
| Octal | 64 | 321 | 0 | 113 | 0 | 144 | 22 | 151 | 144 | 51 |
| Binary | 110100 | 11010001 | 0 | 1001011 | 0 | 1100100 | 10010 | 1101001 | 1100100 | 101001 |
Color Harmonies of #34D100
Complementary color
Monochromatic Colors of #34D100
Black with #34D100
Text Example
Text Example
White with #34D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D100; }
p { color: rgb(52,209,0); }
H1.HeaderClassName
{
color: #34D100;
}
.AnyTagClassName
{
color: #34D100;
}
</style>
background-color css
<style>
a { background-color: #34D100; }
a { background-color: rgb(52,209,0); }
div.DivClassName
{
background-color: #34D100;
}
.BgClassName
{
background-color: #34D100;
}
</style>
border-color css
<style>
span { border-color: #34D100; }
span { border-color: rgb(52,209,0); }
td.TdClassName
{
border-color: #34D100;
}
.TagClassName
{
border-color: #34D100;
}
</style>