Shades of Conifer #B1E340
Tints of Conifer #B1E340
RGB
CMYK
RGB Variations
Color information
#B1E340 (or 0xB1E340) is known color: Conifer. HEX triplet: B1, E3 and 40. RGB value is (177,227,64). Sum of RGB (Red+Green+Blue) = 177+227+64=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E340 is #4E1CBF. Grayscale: #C2C2C2. Windows color (decimal): -5119168 or 4252593. OLE color: 4252593.
HSL color Cylindrical-coordinate representation of color #B1E340: hue angle of 78.4º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1E340 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 64 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.11 |
| HSL | 78.4º | 0.74% | 0.57% | - |
| HSV(B) | 78.4º | 0.72% | 0.89% | - |
| XYZ | 46.53 | 64.66 | 14.88 | - |
| YUV | 193.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 64 | 0.22 | 0 | 0.72 | 0.11 | 78.4 | 0.74 | 0.57 |
| Hex | B1 | E3 | 40 | 16 | 0 | 48 | B | 4E | 4A | 39 |
| Octal | 261 | 343 | 100 | 26 | 0 | 110 | 13 | 116 | 112 | 71 |
| Binary | 10110001 | 11100011 | 1000000 | 10110 | 0 | 1001000 | 1011 | 1001110 | 1001010 | 111001 |
Color Harmonies of #B1E340
Complementary color
Monochromatic Colors of #B1E340
Black with #B1E340
Text Example
Text Example
White with #B1E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E340; }
p { color: rgb(177,227,64); }
H1.HeaderClassName
{
color: #B1E340;
}
.AnyTagClassName
{
color: #B1E340;
}
</style>
background-color css
<style>
a { background-color: #B1E340; }
a { background-color: rgb(177,227,64); }
div.DivClassName
{
background-color: #B1E340;
}
.BgClassName
{
background-color: #B1E340;
}
</style>
border-color css
<style>
span { border-color: #B1E340; }
span { border-color: rgb(177,227,64); }
td.TdClassName
{
border-color: #B1E340;
}
.TagClassName
{
border-color: #B1E340;
}
</style>