Shades of Kelly Green #41CC1B
Tints of Kelly Green #41CC1B
RGB
CMYK
RGB Variations
Color information
#41CC1B (or 0x41CC1B) is known color: Kelly Green. HEX triplet: 41, CC and 1B. RGB value is (65,204,27). Sum of RGB (Red+Green+Blue) = 65+204+27=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #41CC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CC1B is #BE33E4. Grayscale: #8E8E8E. Windows color (decimal): -12465125 or 1821761. OLE color: 1821761.
HSL color Cylindrical-coordinate representation of color #41CC1B: hue angle of 107.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41CC1B is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 27 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.2 |
| HSL | 107.12º | 0.77% | 0.45% | - |
| HSV(B) | 107.12º | 0.87% | 0.8% | - |
| XYZ | 23.97 | 44.39 | 8.34 | - |
| YUV | 142.26 | 62.95 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 27 | 0.68 | 0 | 0.87 | 0.2 | 107.12 | 0.77 | 0.45 |
| Hex | 41 | CC | 1B | 44 | 0 | 57 | 14 | 6B | 4D | 2D |
| Octal | 101 | 314 | 33 | 104 | 0 | 127 | 24 | 153 | 115 | 55 |
| Binary | 1000001 | 11001100 | 11011 | 1000100 | 0 | 1010111 | 10100 | 1101011 | 1001101 | 101101 |
Color Harmonies of #41CC1B
Complementary color
Monochromatic Colors of #41CC1B
Black with #41CC1B
Text Example
Text Example
White with #41CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CC1B; }
p { color: rgb(65,204,27); }
H1.HeaderClassName
{
color: #41CC1B;
}
.AnyTagClassName
{
color: #41CC1B;
}
</style>
background-color css
<style>
a { background-color: #41CC1B; }
a { background-color: rgb(65,204,27); }
div.DivClassName
{
background-color: #41CC1B;
}
.BgClassName
{
background-color: #41CC1B;
}
</style>
border-color css
<style>
span { border-color: #41CC1B; }
span { border-color: rgb(65,204,27); }
td.TdClassName
{
border-color: #41CC1B;
}
.TagClassName
{
border-color: #41CC1B;
}
</style>