Shades of Conifer #B2F264
Tints of Conifer #B2F264
RGB
CMYK
RGB Variations
Color information
#B2F264 (or 0xB2F264) is known color: Conifer. HEX triplet: B2, F2 and 64. RGB value is (178,242,100). Sum of RGB (Red+Green+Blue) = 178+242+100=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F264 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F264 is #4D0D9B. Grayscale: #CFCFCF. Windows color (decimal): -5049756 or 6615730. OLE color: 6615730.
HSL color Cylindrical-coordinate representation of color #B2F264: hue angle of 87.04º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2F264 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 100 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.05 |
| HSL | 87.04º | 0.85% | 0.67% | - |
| HSV(B) | 87.04º | 0.59% | 0.95% | - |
| XYZ | 52.41 | 73.89 | 23.56 | - |
| YUV | 206.68 | 67.8 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 100 | 0.26 | 0 | 0.59 | 0.05 | 87.04 | 0.85 | 0.67 |
| Hex | B2 | F2 | 64 | 1A | 0 | 3B | 5 | 57 | 55 | 43 |
| Octal | 262 | 362 | 144 | 32 | 0 | 73 | 5 | 127 | 125 | 103 |
| Binary | 10110010 | 11110010 | 1100100 | 11010 | 0 | 111011 | 101 | 1010111 | 1010101 | 1000011 |
Color Harmonies of #B2F264
Complementary color
Monochromatic Colors of #B2F264
Black with #B2F264
Text Example
Text Example
White with #B2F264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F264; }
p { color: rgb(178,242,100); }
H1.HeaderClassName
{
color: #B2F264;
}
.AnyTagClassName
{
color: #B2F264;
}
</style>
background-color css
<style>
a { background-color: #B2F264; }
a { background-color: rgb(178,242,100); }
div.DivClassName
{
background-color: #B2F264;
}
.BgClassName
{
background-color: #B2F264;
}
</style>
border-color css
<style>
span { border-color: #B2F264; }
span { border-color: rgb(178,242,100); }
td.TdClassName
{
border-color: #B2F264;
}
.TagClassName
{
border-color: #B2F264;
}
</style>