Shades of Kelly Green #34C201
Tints of Kelly Green #34C201
RGB
CMYK
RGB Variations
Color information
#34C201 (or 0x34C201) is known color: Kelly Green. HEX triplet: 34, C2 and 01. RGB value is (52,194,1). Sum of RGB (Red+Green+Blue) = 52+194+1=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 194 (76.17% from 255 or 78.54% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 194 - color contains mainly: green. Hex color #34C201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C201 is #CB3DFE. Grayscale: #828282. Windows color (decimal): -13319679 or 115252. OLE color: 115252.
HSL color Cylindrical-coordinate representation of color #34C201: hue angle of 104.15º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34C201 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.24 |
| HSL | 104.15º | 0.99% | 0.38% | - |
| HSV(B) | 104.15º | 0.99% | 0.76% | - |
| XYZ | 20.71 | 39.32 | 6.53 | - |
| YUV | 129.54 | 55.46 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 1 | 0.73 | 0 | 0.99 | 0.24 | 104.15 | 0.99 | 0.38 |
| Hex | 34 | C2 | 1 | 49 | 0 | 63 | 18 | 68 | 63 | 26 |
| Octal | 64 | 302 | 1 | 111 | 0 | 143 | 30 | 150 | 143 | 46 |
| Binary | 110100 | 11000010 | 1 | 1001001 | 0 | 1100011 | 11000 | 1101000 | 1100011 | 100110 |
Color Harmonies of #34C201
Complementary color
Monochromatic Colors of #34C201
Black with #34C201
Text Example
Text Example
White with #34C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C201; }
p { color: rgb(52,194,1); }
H1.HeaderClassName
{
color: #34C201;
}
.AnyTagClassName
{
color: #34C201;
}
</style>
background-color css
<style>
a { background-color: #34C201; }
a { background-color: rgb(52,194,1); }
div.DivClassName
{
background-color: #34C201;
}
.BgClassName
{
background-color: #34C201;
}
</style>
border-color css
<style>
span { border-color: #34C201; }
span { border-color: rgb(52,194,1); }
td.TdClassName
{
border-color: #34C201;
}
.TagClassName
{
border-color: #34C201;
}
</style>