Shades of Conifer #B2F067
Tints of Conifer #B2F067
RGB
CMYK
RGB Variations
Color information
#B2F067 (or 0xB2F067) is known color: Conifer. HEX triplet: B2, F0 and 67. RGB value is (178,240,103). Sum of RGB (Red+Green+Blue) = 178+240+103=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F067 is #4D0F98. Grayscale: #CECECE. Windows color (decimal): -5050265 or 6811826. OLE color: 6811826.
HSL color Cylindrical-coordinate representation of color #B2F067: hue angle of 87.15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2F067 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 103 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.06 |
| HSL | 87.15º | 0.82% | 0.67% | - |
| HSV(B) | 87.15º | 0.57% | 0.94% | - |
| XYZ | 51.97 | 72.76 | 24.14 | - |
| YUV | 205.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 103 | 0.26 | 0 | 0.57 | 0.06 | 87.15 | 0.82 | 0.67 |
| Hex | B2 | F0 | 67 | 1A | 0 | 39 | 6 | 57 | 52 | 43 |
| Octal | 262 | 360 | 147 | 32 | 0 | 71 | 6 | 127 | 122 | 103 |
| Binary | 10110010 | 11110000 | 1100111 | 11010 | 0 | 111001 | 110 | 1010111 | 1010010 | 1000011 |
Color Harmonies of #B2F067
Complementary color
Monochromatic Colors of #B2F067
Black with #B2F067
Text Example
Text Example
White with #B2F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F067; }
p { color: rgb(178,240,103); }
H1.HeaderClassName
{
color: #B2F067;
}
.AnyTagClassName
{
color: #B2F067;
}
</style>
background-color css
<style>
a { background-color: #B2F067; }
a { background-color: rgb(178,240,103); }
div.DivClassName
{
background-color: #B2F067;
}
.BgClassName
{
background-color: #B2F067;
}
</style>
border-color css
<style>
span { border-color: #B2F067; }
span { border-color: rgb(178,240,103); }
td.TdClassName
{
border-color: #B2F067;
}
.TagClassName
{
border-color: #B2F067;
}
</style>