Shades of Conifer #B1E063
Tints of Conifer #B1E063
RGB
CMYK
RGB Variations
Color information
#B1E063 (or 0xB1E063) is known color: Conifer. HEX triplet: B1, E0 and 63. RGB value is (177,224,99). Sum of RGB (Red+Green+Blue) = 177+224+99=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E063 is #4E1F9C. Grayscale: #C4C4C4. Windows color (decimal): -5119901 or 6545585. OLE color: 6545585.
HSL color Cylindrical-coordinate representation of color #B1E063: hue angle of 82.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1E063 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 99 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.12 |
| HSL | 82.56º | 0.67% | 0.63% | - |
| HSV(B) | 82.56º | 0.56% | 0.88% | - |
| XYZ | 47.04 | 63.56 | 21.59 | - |
| YUV | 195.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 99 | 0.21 | 0 | 0.56 | 0.12 | 82.56 | 0.67 | 0.63 |
| Hex | B1 | E0 | 63 | 15 | 0 | 38 | C | 53 | 43 | 3F |
| Octal | 261 | 340 | 143 | 25 | 0 | 70 | 14 | 123 | 103 | 77 |
| Binary | 10110001 | 11100000 | 1100011 | 10101 | 0 | 111000 | 1100 | 1010011 | 1000011 | 111111 |
Color Harmonies of #B1E063
Complementary color
Monochromatic Colors of #B1E063
Black with #B1E063
Text Example
Text Example
White with #B1E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E063; }
p { color: rgb(177,224,99); }
H1.HeaderClassName
{
color: #B1E063;
}
.AnyTagClassName
{
color: #B1E063;
}
</style>
background-color css
<style>
a { background-color: #B1E063; }
a { background-color: rgb(177,224,99); }
div.DivClassName
{
background-color: #B1E063;
}
.BgClassName
{
background-color: #B1E063;
}
</style>
border-color css
<style>
span { border-color: #B1E063; }
span { border-color: rgb(177,224,99); }
td.TdClassName
{
border-color: #B1E063;
}
.TagClassName
{
border-color: #B1E063;
}
</style>