Shades of Kelly Green #41BD23
Tints of Kelly Green #41BD23
RGB
CMYK
RGB Variations
Color information
#41BD23 (or 0x41BD23) is known color: Kelly Green. HEX triplet: 41, BD and 23. RGB value is (65,189,35). Sum of RGB (Red+Green+Blue) = 65+189+35=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD23 is #BE42DC. Grayscale: #868686. Windows color (decimal): -12468957 or 2342209. OLE color: 2342209.
HSL color Cylindrical-coordinate representation of color #41BD23: hue angle of 108.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41BD23 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 35 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.26 |
| HSL | 108.31º | 0.69% | 0.44% | - |
| HSV(B) | 108.31º | 0.81% | 0.74% | - |
| XYZ | 20.68 | 37.64 | 7.77 | - |
| YUV | 134.37 | 71.92 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 35 | 0.66 | 0 | 0.81 | 0.26 | 108.31 | 0.69 | 0.44 |
| Hex | 41 | BD | 23 | 42 | 0 | 51 | 1A | 6C | 45 | 2C |
| Octal | 101 | 275 | 43 | 102 | 0 | 121 | 32 | 154 | 105 | 54 |
| Binary | 1000001 | 10111101 | 100011 | 1000010 | 0 | 1010001 | 11010 | 1101100 | 1000101 | 101100 |
Color Harmonies of #41BD23
Complementary color
Monochromatic Colors of #41BD23
Black with #41BD23
Text Example
Text Example
White with #41BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD23; }
p { color: rgb(65,189,35); }
H1.HeaderClassName
{
color: #41BD23;
}
.AnyTagClassName
{
color: #41BD23;
}
</style>
background-color css
<style>
a { background-color: #41BD23; }
a { background-color: rgb(65,189,35); }
div.DivClassName
{
background-color: #41BD23;
}
.BgClassName
{
background-color: #41BD23;
}
</style>
border-color css
<style>
span { border-color: #41BD23; }
span { border-color: rgb(65,189,35); }
td.TdClassName
{
border-color: #41BD23;
}
.TagClassName
{
border-color: #41BD23;
}
</style>