Shades of Conifer #B1E664
Tints of Conifer #B1E664
RGB
CMYK
RGB Variations
Color information
#B1E664 (or 0xB1E664) is known color: Conifer. HEX triplet: B1, E6 and 64. RGB value is (177,230,100). Sum of RGB (Red+Green+Blue) = 177+230+100=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E664 is #4E199B. Grayscale: #C7C7C7. Windows color (decimal): -5118364 or 6612657. OLE color: 6612657.
HSL color Cylindrical-coordinate representation of color #B1E664: hue angle of 84.46º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1E664 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 100 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.10 |
| HSL | 84.46º | 0.72% | 0.65% | - |
| HSV(B) | 84.46º | 0.57% | 0.9% | - |
| XYZ | 48.73 | 66.86 | 22.39 | - |
| YUV | 199.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 100 | 0.23 | 0 | 0.57 | 0.10 | 84.46 | 0.72 | 0.65 |
| Hex | B1 | E6 | 64 | 17 | 0 | 39 | A | 54 | 48 | 41 |
| Octal | 261 | 346 | 144 | 27 | 0 | 71 | 12 | 124 | 110 | 101 |
| Binary | 10110001 | 11100110 | 1100100 | 10111 | 0 | 111001 | 1010 | 1010100 | 1001000 | 1000001 |
Color Harmonies of #B1E664
Complementary color
Monochromatic Colors of #B1E664
Black with #B1E664
Text Example
Text Example
White with #B1E664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E664; }
p { color: rgb(177,230,100); }
H1.HeaderClassName
{
color: #B1E664;
}
.AnyTagClassName
{
color: #B1E664;
}
</style>
background-color css
<style>
a { background-color: #B1E664; }
a { background-color: rgb(177,230,100); }
div.DivClassName
{
background-color: #B1E664;
}
.BgClassName
{
background-color: #B1E664;
}
</style>
border-color css
<style>
span { border-color: #B1E664; }
span { border-color: rgb(177,230,100); }
td.TdClassName
{
border-color: #B1E664;
}
.TagClassName
{
border-color: #B1E664;
}
</style>