Shades of Conifer #B1E65E
Tints of Conifer #B1E65E
RGB
CMYK
RGB Variations
Color information
#B1E65E (or 0xB1E65E) is known color: Conifer. HEX triplet: B1, E6 and 5E. RGB value is (177,230,94). Sum of RGB (Red+Green+Blue) = 177+230+94=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E65E is #4E19A1. Grayscale: #C7C7C7. Windows color (decimal): -5118370 or 6219441. OLE color: 6219441.
HSL color Cylindrical-coordinate representation of color #B1E65E: hue angle of 83.38º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1E65E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 94 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.10 |
| HSL | 83.38º | 0.73% | 0.64% | - |
| HSV(B) | 83.38º | 0.59% | 0.9% | - |
| XYZ | 48.45 | 66.75 | 20.92 | - |
| YUV | 198.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 94 | 0.23 | 0 | 0.59 | 0.10 | 83.38 | 0.73 | 0.64 |
| Hex | B1 | E6 | 5E | 17 | 0 | 3B | A | 53 | 49 | 40 |
| Octal | 261 | 346 | 136 | 27 | 0 | 73 | 12 | 123 | 111 | 100 |
| Binary | 10110001 | 11100110 | 1011110 | 10111 | 0 | 111011 | 1010 | 1010011 | 1001001 | 1000000 |
Color Harmonies of #B1E65E
Complementary color
Monochromatic Colors of #B1E65E
Black with #B1E65E
Text Example
Text Example
White with #B1E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E65E; }
p { color: rgb(177,230,94); }
H1.HeaderClassName
{
color: #B1E65E;
}
.AnyTagClassName
{
color: #B1E65E;
}
</style>
background-color css
<style>
a { background-color: #B1E65E; }
a { background-color: rgb(177,230,94); }
div.DivClassName
{
background-color: #B1E65E;
}
.BgClassName
{
background-color: #B1E65E;
}
</style>
border-color css
<style>
span { border-color: #B1E65E; }
span { border-color: rgb(177,230,94); }
td.TdClassName
{
border-color: #B1E65E;
}
.TagClassName
{
border-color: #B1E65E;
}
</style>