Shades of Kelly Green #41BF1B
Tints of Kelly Green #41BF1B
RGB
CMYK
RGB Variations
Color information
#41BF1B (or 0x41BF1B) is known color: Kelly Green. HEX triplet: 41, BF and 1B. RGB value is (65,191,27). Sum of RGB (Red+Green+Blue) = 65+191+27=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF1B is #BE40E4. Grayscale: #878787. Windows color (decimal): -12468453 or 1818433. OLE color: 1818433.
HSL color Cylindrical-coordinate representation of color #41BF1B: hue angle of 106.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41BF1B is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 27 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.25 |
| HSL | 106.1º | 0.75% | 0.43% | - |
| HSV(B) | 106.1º | 0.86% | 0.75% | - |
| XYZ | 21.01 | 38.46 | 7.35 | - |
| YUV | 134.63 | 67.26 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 27 | 0.66 | 0 | 0.86 | 0.25 | 106.1 | 0.75 | 0.43 |
| Hex | 41 | BF | 1B | 42 | 0 | 56 | 19 | 6A | 4B | 2B |
| Octal | 101 | 277 | 33 | 102 | 0 | 126 | 31 | 152 | 113 | 53 |
| Binary | 1000001 | 10111111 | 11011 | 1000010 | 0 | 1010110 | 11001 | 1101010 | 1001011 | 101011 |
Color Harmonies of #41BF1B
Complementary color
Monochromatic Colors of #41BF1B
Black with #41BF1B
Text Example
Text Example
White with #41BF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF1B; }
p { color: rgb(65,191,27); }
H1.HeaderClassName
{
color: #41BF1B;
}
.AnyTagClassName
{
color: #41BF1B;
}
</style>
background-color css
<style>
a { background-color: #41BF1B; }
a { background-color: rgb(65,191,27); }
div.DivClassName
{
background-color: #41BF1B;
}
.BgClassName
{
background-color: #41BF1B;
}
</style>
border-color css
<style>
span { border-color: #41BF1B; }
span { border-color: rgb(65,191,27); }
td.TdClassName
{
border-color: #41BF1B;
}
.TagClassName
{
border-color: #41BF1B;
}
</style>