Shades of Kelly Green #34AF10
Tints of Kelly Green #34AF10
RGB
CMYK
RGB Variations
Color information
#34AF10 (or 0x34AF10) is known color: Kelly Green. HEX triplet: 34, AF and 10. RGB value is (52,175,16). Sum of RGB (Red+Green+Blue) = 52+175+16=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AF10 is #CB50EF. Grayscale: #787878. Windows color (decimal): -13324528 or 1093428. OLE color: 1093428.
HSL color Cylindrical-coordinate representation of color #34AF10: hue angle of 106.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34AF10 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 16 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.31 |
| HSL | 106.42º | 0.83% | 0.37% | - |
| HSV(B) | 106.42º | 0.91% | 0.69% | - |
| XYZ | 16.84 | 31.43 | 5.67 | - |
| YUV | 120.1 | 69.25 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 16 | 0.70 | 0 | 0.91 | 0.31 | 106.42 | 0.83 | 0.37 |
| Hex | 34 | AF | 10 | 46 | 0 | 5B | 1F | 6A | 53 | 25 |
| Octal | 64 | 257 | 20 | 106 | 0 | 133 | 37 | 152 | 123 | 45 |
| Binary | 110100 | 10101111 | 10000 | 1000110 | 0 | 1011011 | 11111 | 1101010 | 1010011 | 100101 |
Color Harmonies of #34AF10
Complementary color
Monochromatic Colors of #34AF10
Black with #34AF10
Text Example
Text Example
White with #34AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF10; }
p { color: rgb(52,175,16); }
H1.HeaderClassName
{
color: #34AF10;
}
.AnyTagClassName
{
color: #34AF10;
}
</style>
background-color css
<style>
a { background-color: #34AF10; }
a { background-color: rgb(52,175,16); }
div.DivClassName
{
background-color: #34AF10;
}
.BgClassName
{
background-color: #34AF10;
}
</style>
border-color css
<style>
span { border-color: #34AF10; }
span { border-color: rgb(52,175,16); }
td.TdClassName
{
border-color: #34AF10;
}
.TagClassName
{
border-color: #34AF10;
}
</style>