Shades of Conifer #B7FA64
Tints of Conifer #B7FA64
RGB
CMYK
RGB Variations
Color information
#B7FA64 (or 0xB7FA64) is known color: Conifer. HEX triplet: B7, FA and 64. RGB value is (183,250,100). Sum of RGB (Red+Green+Blue) = 183+250+100=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FA64 is #48059B. Grayscale: #D5D5D5. Windows color (decimal): -4720028 or 6617783. OLE color: 6617783.
HSL color Cylindrical-coordinate representation of color #B7FA64: hue angle of 86.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7FA64 is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 100 | - |
| CMYK | 0.27 | 0 | 0.6 | 0.02 |
| HSL | 86.8º | 0.94% | 0.69% | - |
| HSV(B) | 86.8º | 0.6% | 0.98% | - |
| XYZ | 56.01 | 79.36 | 24.42 | - |
| YUV | 212.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 100 | 0.27 | 0 | 0.6 | 0.02 | 86.8 | 0.94 | 0.69 |
| Hex | B7 | FA | 64 | 1B | 0 | 3C | 2 | 57 | 5E | 45 |
| Octal | 267 | 372 | 144 | 33 | 0 | 74 | 2 | 127 | 136 | 105 |
| Binary | 10110111 | 11111010 | 1100100 | 11011 | 0 | 111100 | 10 | 1010111 | 1011110 | 1000101 |
Color Harmonies of #B7FA64
Complementary color
Monochromatic Colors of #B7FA64
Black with #B7FA64
Text Example
Text Example
White with #B7FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FA64; }
p { color: rgb(183,250,100); }
H1.HeaderClassName
{
color: #B7FA64;
}
.AnyTagClassName
{
color: #B7FA64;
}
</style>
background-color css
<style>
a { background-color: #B7FA64; }
a { background-color: rgb(183,250,100); }
div.DivClassName
{
background-color: #B7FA64;
}
.BgClassName
{
background-color: #B7FA64;
}
</style>
border-color css
<style>
span { border-color: #B7FA64; }
span { border-color: rgb(183,250,100); }
td.TdClassName
{
border-color: #B7FA64;
}
.TagClassName
{
border-color: #B7FA64;
}
</style>