Shades of Conifer #B2F164
Tints of Conifer #B2F164
RGB
CMYK
RGB Variations
Color information
#B2F164 (or 0xB2F164) is known color: Conifer. HEX triplet: B2, F1 and 64. RGB value is (178,241,100). Sum of RGB (Red+Green+Blue) = 178+241+100=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F164 is #4D0E9B. Grayscale: #CECECE. Windows color (decimal): -5050012 or 6615474. OLE color: 6615474.
HSL color Cylindrical-coordinate representation of color #B2F164: hue angle of 86.81º degrees, saturation: 0.83, 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 #B2F164 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 100 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.05 |
| HSL | 86.81º | 0.83% | 0.67% | - |
| HSV(B) | 86.81º | 0.59% | 0.95% | - |
| XYZ | 52.12 | 73.3 | 23.46 | - |
| YUV | 206.09 | 68.13 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 100 | 0.26 | 0 | 0.59 | 0.05 | 86.81 | 0.83 | 0.67 |
| Hex | B2 | F1 | 64 | 1A | 0 | 3B | 5 | 57 | 53 | 43 |
| Octal | 262 | 361 | 144 | 32 | 0 | 73 | 5 | 127 | 123 | 103 |
| Binary | 10110010 | 11110001 | 1100100 | 11010 | 0 | 111011 | 101 | 1010111 | 1010011 | 1000011 |
Color Harmonies of #B2F164
Complementary color
Monochromatic Colors of #B2F164
Black with #B2F164
Text Example
Text Example
White with #B2F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F164; }
p { color: rgb(178,241,100); }
H1.HeaderClassName
{
color: #B2F164;
}
.AnyTagClassName
{
color: #B2F164;
}
</style>
background-color css
<style>
a { background-color: #B2F164; }
a { background-color: rgb(178,241,100); }
div.DivClassName
{
background-color: #B2F164;
}
.BgClassName
{
background-color: #B2F164;
}
</style>
border-color css
<style>
span { border-color: #B2F164; }
span { border-color: rgb(178,241,100); }
td.TdClassName
{
border-color: #B2F164;
}
.TagClassName
{
border-color: #B2F164;
}
</style>