Shades of Conifer #B2FA66
Tints of Conifer #B2FA66
RGB
CMYK
RGB Variations
Color information
#B2FA66 (or 0xB2FA66) is known color: Conifer. HEX triplet: B2, FA and 66. RGB value is (178,250,102). Sum of RGB (Red+Green+Blue) = 178+250+102=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA66 is #4D0599. Grayscale: #D4D4D4. Windows color (decimal): -5047706 or 6748850. OLE color: 6748850.
HSL color Cylindrical-coordinate representation of color #B2FA66: hue angle of 89.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2FA66 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 102 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.02 |
| HSL | 89.19º | 0.94% | 0.69% | - |
| HSV(B) | 89.19º | 0.59% | 0.98% | - |
| XYZ | 54.94 | 78.8 | 24.88 | - |
| YUV | 211.6 | 66.15 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 102 | 0.29 | 0 | 0.59 | 0.02 | 89.19 | 0.94 | 0.69 |
| Hex | B2 | FA | 66 | 1D | 0 | 3B | 2 | 59 | 5E | 45 |
| Octal | 262 | 372 | 146 | 35 | 0 | 73 | 2 | 131 | 136 | 105 |
| Binary | 10110010 | 11111010 | 1100110 | 11101 | 0 | 111011 | 10 | 1011001 | 1011110 | 1000101 |
Color Harmonies of #B2FA66
Complementary color
Monochromatic Colors of #B2FA66
Black with #B2FA66
Text Example
Text Example
White with #B2FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA66; }
p { color: rgb(178,250,102); }
H1.HeaderClassName
{
color: #B2FA66;
}
.AnyTagClassName
{
color: #B2FA66;
}
</style>
background-color css
<style>
a { background-color: #B2FA66; }
a { background-color: rgb(178,250,102); }
div.DivClassName
{
background-color: #B2FA66;
}
.BgClassName
{
background-color: #B2FA66;
}
</style>
border-color css
<style>
span { border-color: #B2FA66; }
span { border-color: rgb(178,250,102); }
td.TdClassName
{
border-color: #B2FA66;
}
.TagClassName
{
border-color: #B2FA66;
}
</style>