Shades of Kelly Green #34CA10
Tints of Kelly Green #34CA10
RGB
CMYK
RGB Variations
Color information
#34CA10 (or 0x34CA10) is known color: Kelly Green. HEX triplet: 34, CA and 10. RGB value is (52,202,16). Sum of RGB (Red+Green+Blue) = 52+202+16=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CA10 is #CB35EF. Grayscale: #888888. Windows color (decimal): -13317616 or 1100340. OLE color: 1100340.
HSL color Cylindrical-coordinate representation of color #34CA10: hue angle of 108.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34CA10 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 16 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.21 |
| HSL | 108.39º | 0.85% | 0.43% | - |
| HSV(B) | 108.39º | 0.92% | 0.79% | - |
| XYZ | 22.63 | 43.01 | 7.6 | - |
| YUV | 135.95 | 60.31 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 16 | 0.74 | 0 | 0.92 | 0.21 | 108.39 | 0.85 | 0.43 |
| Hex | 34 | CA | 10 | 4A | 0 | 5C | 15 | 6C | 55 | 2B |
| Octal | 64 | 312 | 20 | 112 | 0 | 134 | 25 | 154 | 125 | 53 |
| Binary | 110100 | 11001010 | 10000 | 1001010 | 0 | 1011100 | 10101 | 1101100 | 1010101 | 101011 |
Color Harmonies of #34CA10
Complementary color
Monochromatic Colors of #34CA10
Black with #34CA10
Text Example
Text Example
White with #34CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA10; }
p { color: rgb(52,202,16); }
H1.HeaderClassName
{
color: #34CA10;
}
.AnyTagClassName
{
color: #34CA10;
}
</style>
background-color css
<style>
a { background-color: #34CA10; }
a { background-color: rgb(52,202,16); }
div.DivClassName
{
background-color: #34CA10;
}
.BgClassName
{
background-color: #34CA10;
}
</style>
border-color css
<style>
span { border-color: #34CA10; }
span { border-color: rgb(52,202,16); }
td.TdClassName
{
border-color: #34CA10;
}
.TagClassName
{
border-color: #34CA10;
}
</style>