Shades of Conifer #B7E16B
Tints of Conifer #B7E16B
RGB
CMYK
RGB Variations
Color information
#B7E16B (or 0xB7E16B) is known color: Conifer. HEX triplet: B7, E1 and 6B. RGB value is (183,225,107). Sum of RGB (Red+Green+Blue) = 183+225+107=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E16B is #481E94. Grayscale: #C7C7C7. Windows color (decimal): -4726421 or 7070135. OLE color: 7070135.
HSL color Cylindrical-coordinate representation of color #B7E16B: hue angle of 81.36º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7E16B is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 107 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.12 |
| HSL | 81.36º | 0.66% | 0.65% | - |
| HSV(B) | 81.36º | 0.52% | 0.88% | - |
| XYZ | 49.11 | 64.98 | 23.86 | - |
| YUV | 198.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 107 | 0.19 | 0 | 0.52 | 0.12 | 81.36 | 0.66 | 0.65 |
| Hex | B7 | E1 | 6B | 13 | 0 | 34 | C | 51 | 42 | 41 |
| Octal | 267 | 341 | 153 | 23 | 0 | 64 | 14 | 121 | 102 | 101 |
| Binary | 10110111 | 11100001 | 1101011 | 10011 | 0 | 110100 | 1100 | 1010001 | 1000010 | 1000001 |
Color Harmonies of #B7E16B
Complementary color
Monochromatic Colors of #B7E16B
Black with #B7E16B
Text Example
Text Example
White with #B7E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E16B; }
p { color: rgb(183,225,107); }
H1.HeaderClassName
{
color: #B7E16B;
}
.AnyTagClassName
{
color: #B7E16B;
}
</style>
background-color css
<style>
a { background-color: #B7E16B; }
a { background-color: rgb(183,225,107); }
div.DivClassName
{
background-color: #B7E16B;
}
.BgClassName
{
background-color: #B7E16B;
}
</style>
border-color css
<style>
span { border-color: #B7E16B; }
span { border-color: rgb(183,225,107); }
td.TdClassName
{
border-color: #B7E16B;
}
.TagClassName
{
border-color: #B7E16B;
}
</style>