Shades of Kelly Green #34C310
Tints of Kelly Green #34C310
RGB
CMYK
RGB Variations
Color information
#34C310 (or 0x34C310) is known color: Kelly Green. HEX triplet: 34, C3 and 10. RGB value is (52,195,16). Sum of RGB (Red+Green+Blue) = 52+195+16=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #34C310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C310 is #CB3CEF. Grayscale: #848484. Windows color (decimal): -13319408 or 1098548. OLE color: 1098548.
HSL color Cylindrical-coordinate representation of color #34C310: hue angle of 107.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34C310 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 16 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.24 |
| HSL | 107.93º | 0.85% | 0.41% | - |
| HSV(B) | 107.93º | 0.92% | 0.76% | - |
| XYZ | 21.02 | 39.8 | 7.06 | - |
| YUV | 131.84 | 62.62 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 16 | 0.73 | 0 | 0.92 | 0.24 | 107.93 | 0.85 | 0.41 |
| Hex | 34 | C3 | 10 | 49 | 0 | 5C | 18 | 6C | 55 | 29 |
| Octal | 64 | 303 | 20 | 111 | 0 | 134 | 30 | 154 | 125 | 51 |
| Binary | 110100 | 11000011 | 10000 | 1001001 | 0 | 1011100 | 11000 | 1101100 | 1010101 | 101001 |
Color Harmonies of #34C310
Complementary color
Monochromatic Colors of #34C310
Black with #34C310
Text Example
Text Example
White with #34C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C310; }
p { color: rgb(52,195,16); }
H1.HeaderClassName
{
color: #34C310;
}
.AnyTagClassName
{
color: #34C310;
}
</style>
background-color css
<style>
a { background-color: #34C310; }
a { background-color: rgb(52,195,16); }
div.DivClassName
{
background-color: #34C310;
}
.BgClassName
{
background-color: #34C310;
}
</style>
border-color css
<style>
span { border-color: #34C310; }
span { border-color: rgb(52,195,16); }
td.TdClassName
{
border-color: #34C310;
}
.TagClassName
{
border-color: #34C310;
}
</style>