Shades of Kelly Green #34A800
Tints of Kelly Green #34A800
RGB
CMYK
RGB Variations
Color information
#34A800 (or 0x34A800) is known color: Kelly Green. HEX triplet: 34, A8 and 00. RGB value is (52,168,0). Sum of RGB (Red+Green+Blue) = 52+168+0=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 168 (66.02% from 255 or 76.36% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 168 - color contains mainly: green. Hex color #34A800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A800 is #CB57FF. Grayscale: #727272. Windows color (decimal): -13326336 or 43060. OLE color: 43060.
HSL color Cylindrical-coordinate representation of color #34A800: hue angle of 101.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34A800 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.34 |
| HSL | 101.43º | 1% | 0.33% | - |
| HSV(B) | 101.43º | 1% | 0.66% | - |
| XYZ | 15.42 | 28.74 | 4.73 | - |
| YUV | 114.16 | 63.57 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 0 | 0.69 | 0 | 1 | 0.34 | 101.43 | 1 | 0.33 |
| Hex | 34 | A8 | 0 | 45 | 0 | 64 | 22 | 65 | 64 | 21 |
| Octal | 64 | 250 | 0 | 105 | 0 | 144 | 42 | 145 | 144 | 41 |
| Binary | 110100 | 10101000 | 0 | 1000101 | 0 | 1100100 | 100010 | 1100101 | 1100100 | 100001 |
Color Harmonies of #34A800
Complementary color
Monochromatic Colors of #34A800
Black with #34A800
Text Example
Text Example
White with #34A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A800; }
p { color: rgb(52,168,0); }
H1.HeaderClassName
{
color: #34A800;
}
.AnyTagClassName
{
color: #34A800;
}
</style>
background-color css
<style>
a { background-color: #34A800; }
a { background-color: rgb(52,168,0); }
div.DivClassName
{
background-color: #34A800;
}
.BgClassName
{
background-color: #34A800;
}
</style>
border-color css
<style>
span { border-color: #34A800; }
span { border-color: rgb(52,168,0); }
td.TdClassName
{
border-color: #34A800;
}
.TagClassName
{
border-color: #34A800;
}
</style>