Shades of Kelly Green #41CD0B
Tints of Kelly Green #41CD0B
RGB
CMYK
RGB Variations
Color information
#41CD0B (or 0x41CD0B) is known color: Kelly Green. HEX triplet: 41, CD and 0B. RGB value is (65,205,11). Sum of RGB (Red+Green+Blue) = 65+205+11=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 205 (80.47% from 255 or 72.95% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CD0B is #BE32F4. Grayscale: #8D8D8D. Windows color (decimal): -12464885 or 773441. OLE color: 773441.
HSL color Cylindrical-coordinate representation of color #41CD0B: hue angle of 103.3º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41CD0B is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 205 | 11 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.20 |
| HSL | 103.3º | 0.9% | 0.42% | - |
| HSV(B) | 103.3º | 0.95% | 0.8% | - |
| XYZ | 24.07 | 44.81 | 7.7 | - |
| YUV | 141.02 | 54.62 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 205 | 11 | 0.68 | 0 | 0.95 | 0.20 | 103.3 | 0.9 | 0.42 |
| Hex | 41 | CD | B | 44 | 0 | 5F | 14 | 67 | 5A | 2A |
| Octal | 101 | 315 | 13 | 104 | 0 | 137 | 24 | 147 | 132 | 52 |
| Binary | 1000001 | 11001101 | 1011 | 1000100 | 0 | 1011111 | 10100 | 1100111 | 1011010 | 101010 |
Color Harmonies of #41CD0B
Complementary color
Monochromatic Colors of #41CD0B
Black with #41CD0B
Text Example
Text Example
White with #41CD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CD0B; }
p { color: rgb(65,205,11); }
H1.HeaderClassName
{
color: #41CD0B;
}
.AnyTagClassName
{
color: #41CD0B;
}
</style>
background-color css
<style>
a { background-color: #41CD0B; }
a { background-color: rgb(65,205,11); }
div.DivClassName
{
background-color: #41CD0B;
}
.BgClassName
{
background-color: #41CD0B;
}
</style>
border-color css
<style>
span { border-color: #41CD0B; }
span { border-color: rgb(65,205,11); }
td.TdClassName
{
border-color: #41CD0B;
}
.TagClassName
{
border-color: #41CD0B;
}
</style>