Shades of Kelly Green #34AF04
Tints of Kelly Green #34AF04
RGB
CMYK
RGB Variations
Color information
#34AF04 (or 0x34AF04) is known color: Kelly Green. HEX triplet: 34, AF and 04. RGB value is (52,175,4). Sum of RGB (Red+Green+Blue) = 52+175+4=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AF04 is #CB50FB. Grayscale: #777777. Windows color (decimal): -13324540 or 306996. OLE color: 306996.
HSL color Cylindrical-coordinate representation of color #34AF04: hue angle of 103.16º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34AF04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.31 |
| HSL | 103.16º | 0.96% | 0.35% | - |
| HSV(B) | 103.16º | 0.98% | 0.69% | - |
| XYZ | 16.77 | 31.4 | 5.29 | - |
| YUV | 118.73 | 63.25 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 4 | 0.70 | 0 | 0.98 | 0.31 | 103.16 | 0.96 | 0.35 |
| Hex | 34 | AF | 4 | 46 | 0 | 62 | 1F | 67 | 60 | 23 |
| Octal | 64 | 257 | 4 | 106 | 0 | 142 | 37 | 147 | 140 | 43 |
| Binary | 110100 | 10101111 | 100 | 1000110 | 0 | 1100010 | 11111 | 1100111 | 1100000 | 100011 |
Color Harmonies of #34AF04
Complementary color
Monochromatic Colors of #34AF04
Black with #34AF04
Text Example
Text Example
White with #34AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF04; }
p { color: rgb(52,175,4); }
H1.HeaderClassName
{
color: #34AF04;
}
.AnyTagClassName
{
color: #34AF04;
}
</style>
background-color css
<style>
a { background-color: #34AF04; }
a { background-color: rgb(52,175,4); }
div.DivClassName
{
background-color: #34AF04;
}
.BgClassName
{
background-color: #34AF04;
}
</style>
border-color css
<style>
span { border-color: #34AF04; }
span { border-color: rgb(52,175,4); }
td.TdClassName
{
border-color: #34AF04;
}
.TagClassName
{
border-color: #34AF04;
}
</style>