Shades of Kelly Green #34C400
Tints of Kelly Green #34C400
RGB
CMYK
RGB Variations
Color information
#34C400 (or 0x34C400) is known color: Kelly Green. HEX triplet: 34, C4 and 00. RGB value is (52,196,0). Sum of RGB (Red+Green+Blue) = 52+196+0=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 196 (76.95% from 255 or 79.03% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 196 - color contains mainly: green. Hex color #34C400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C400 is #CB3BFF. Grayscale: #838383. Windows color (decimal): -13319168 or 50228. OLE color: 50228.
HSL color Cylindrical-coordinate representation of color #34C400: hue angle of 104.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34C400 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 196 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.23 |
| HSL | 104.08º | 1% | 0.38% | - |
| HSV(B) | 104.08º | 1% | 0.77% | - |
| XYZ | 21.16 | 40.21 | 6.65 | - |
| YUV | 130.6 | 54.29 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 196 | 0 | 0.73 | 0 | 1 | 0.23 | 104.08 | 1 | 0.38 |
| Hex | 34 | C4 | 0 | 49 | 0 | 64 | 17 | 68 | 64 | 26 |
| Octal | 64 | 304 | 0 | 111 | 0 | 144 | 27 | 150 | 144 | 46 |
| Binary | 110100 | 11000100 | 0 | 1001001 | 0 | 1100100 | 10111 | 1101000 | 1100100 | 100110 |
Color Harmonies of #34C400
Complementary color
Monochromatic Colors of #34C400
Black with #34C400
Text Example
Text Example
White with #34C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C400; }
p { color: rgb(52,196,0); }
H1.HeaderClassName
{
color: #34C400;
}
.AnyTagClassName
{
color: #34C400;
}
</style>
background-color css
<style>
a { background-color: #34C400; }
a { background-color: rgb(52,196,0); }
div.DivClassName
{
background-color: #34C400;
}
.BgClassName
{
background-color: #34C400;
}
</style>
border-color css
<style>
span { border-color: #34C400; }
span { border-color: rgb(52,196,0); }
td.TdClassName
{
border-color: #34C400;
}
.TagClassName
{
border-color: #34C400;
}
</style>