Shades of Conifer #B7F964
Tints of Conifer #B7F964
RGB
CMYK
RGB Variations
Color information
#B7F964 (or 0xB7F964) is known color: Conifer. HEX triplet: B7, F9 and 64. RGB value is (183,249,100). Sum of RGB (Red+Green+Blue) = 183+249+100=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #B7F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F964 is #48069B. Grayscale: #D4D4D4. Windows color (decimal): -4720284 or 6617527. OLE color: 6617527.
HSL color Cylindrical-coordinate representation of color #B7F964: hue angle of 86.58º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7F964 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 249 | 100 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.02 |
| HSL | 86.58º | 0.93% | 0.68% | - |
| HSV(B) | 86.58º | 0.6% | 0.98% | - |
| XYZ | 55.7 | 78.74 | 24.32 | - |
| YUV | 212.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 249 | 100 | 0.27 | 0 | 0.60 | 0.02 | 86.58 | 0.93 | 0.68 |
| Hex | B7 | F9 | 64 | 1B | 0 | 3C | 2 | 57 | 5D | 44 |
| Octal | 267 | 371 | 144 | 33 | 0 | 74 | 2 | 127 | 135 | 104 |
| Binary | 10110111 | 11111001 | 1100100 | 11011 | 0 | 111100 | 10 | 1010111 | 1011101 | 1000100 |
Color Harmonies of #B7F964
Complementary color
Monochromatic Colors of #B7F964
Black with #B7F964
Text Example
Text Example
White with #B7F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F964; }
p { color: rgb(183,249,100); }
H1.HeaderClassName
{
color: #B7F964;
}
.AnyTagClassName
{
color: #B7F964;
}
</style>
background-color css
<style>
a { background-color: #B7F964; }
a { background-color: rgb(183,249,100); }
div.DivClassName
{
background-color: #B7F964;
}
.BgClassName
{
background-color: #B7F964;
}
</style>
border-color css
<style>
span { border-color: #B7F964; }
span { border-color: rgb(183,249,100); }
td.TdClassName
{
border-color: #B7F964;
}
.TagClassName
{
border-color: #B7F964;
}
</style>