Shades of Kelly Green #41C023
Tints of Kelly Green #41C023
RGB
CMYK
RGB Variations
Color information
#41C023 (or 0x41C023) is known color: Kelly Green. HEX triplet: 41, C0 and 23. RGB value is (65,192,35). Sum of RGB (Red+Green+Blue) = 65+192+35=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #41C023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C023 is #BE3FDC. Grayscale: #888888. Windows color (decimal): -12468189 or 2342977. OLE color: 2342977.
HSL color Cylindrical-coordinate representation of color #41C023: hue angle of 108.54º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41C023 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 35 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.25 |
| HSL | 108.54º | 0.69% | 0.45% | - |
| HSV(B) | 108.54º | 0.82% | 0.75% | - |
| XYZ | 21.33 | 38.94 | 7.98 | - |
| YUV | 136.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 35 | 0.66 | 0 | 0.82 | 0.25 | 108.54 | 0.69 | 0.45 |
| Hex | 41 | C0 | 23 | 42 | 0 | 52 | 19 | 6D | 45 | 2D |
| Octal | 101 | 300 | 43 | 102 | 0 | 122 | 31 | 155 | 105 | 55 |
| Binary | 1000001 | 11000000 | 100011 | 1000010 | 0 | 1010010 | 11001 | 1101101 | 1000101 | 101101 |
Color Harmonies of #41C023
Complementary color
Monochromatic Colors of #41C023
Black with #41C023
Text Example
Text Example
White with #41C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C023; }
p { color: rgb(65,192,35); }
H1.HeaderClassName
{
color: #41C023;
}
.AnyTagClassName
{
color: #41C023;
}
</style>
background-color css
<style>
a { background-color: #41C023; }
a { background-color: rgb(65,192,35); }
div.DivClassName
{
background-color: #41C023;
}
.BgClassName
{
background-color: #41C023;
}
</style>
border-color css
<style>
span { border-color: #41C023; }
span { border-color: rgb(65,192,35); }
td.TdClassName
{
border-color: #41C023;
}
.TagClassName
{
border-color: #41C023;
}
</style>