Shades of Kelly Green #41C20B
Tints of Kelly Green #41C20B
RGB
CMYK
RGB Variations
Color information
#41C20B (or 0x41C20B) is known color: Kelly Green. HEX triplet: 41, C2 and 0B. RGB value is (65,194,11). Sum of RGB (Red+Green+Blue) = 65+194+11=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #41C20B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C20B is #BE3DF4. Grayscale: #878787. Windows color (decimal): -12467701 or 770625. OLE color: 770625.
HSL color Cylindrical-coordinate representation of color #41C20B: hue angle of 102.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41C20B is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 11 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.24 |
| HSL | 102.3º | 0.89% | 0.4% | - |
| HSV(B) | 102.3º | 0.94% | 0.76% | - |
| XYZ | 21.53 | 39.73 | 6.85 | - |
| YUV | 134.57 | 58.26 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 11 | 0.66 | 0 | 0.94 | 0.24 | 102.3 | 0.89 | 0.4 |
| Hex | 41 | C2 | B | 42 | 0 | 5E | 18 | 66 | 59 | 28 |
| Octal | 101 | 302 | 13 | 102 | 0 | 136 | 30 | 146 | 131 | 50 |
| Binary | 1000001 | 11000010 | 1011 | 1000010 | 0 | 1011110 | 11000 | 1100110 | 1011001 | 101000 |
Color Harmonies of #41C20B
Complementary color
Monochromatic Colors of #41C20B
Black with #41C20B
Text Example
Text Example
White with #41C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C20B; }
p { color: rgb(65,194,11); }
H1.HeaderClassName
{
color: #41C20B;
}
.AnyTagClassName
{
color: #41C20B;
}
</style>
background-color css
<style>
a { background-color: #41C20B; }
a { background-color: rgb(65,194,11); }
div.DivClassName
{
background-color: #41C20B;
}
.BgClassName
{
background-color: #41C20B;
}
</style>
border-color css
<style>
span { border-color: #41C20B; }
span { border-color: rgb(65,194,11); }
td.TdClassName
{
border-color: #41C20B;
}
.TagClassName
{
border-color: #41C20B;
}
</style>