Shades of Conifer #B2F165
Tints of Conifer #B2F165
RGB
CMYK
RGB Variations
Color information
#B2F165 (or 0xB2F165) is known color: Conifer. HEX triplet: B2, F1 and 65. RGB value is (178,241,101). Sum of RGB (Red+Green+Blue) = 178+241+101=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F165 is #4D0E9A. Grayscale: #CECECE. Windows color (decimal): -5050011 or 6681010. OLE color: 6681010.
HSL color Cylindrical-coordinate representation of color #B2F165: hue angle of 87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2F165 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 101 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.05 |
| HSL | 87º | 0.83% | 0.67% | - |
| HSV(B) | 87º | 0.58% | 0.95% | - |
| XYZ | 52.16 | 73.32 | 23.71 | - |
| YUV | 206.2 | 68.63 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 101 | 0.26 | 0 | 0.58 | 0.05 | 87 | 0.83 | 0.67 |
| Hex | B2 | F1 | 65 | 1A | 0 | 3A | 5 | 57 | 53 | 43 |
| Octal | 262 | 361 | 145 | 32 | 0 | 72 | 5 | 127 | 123 | 103 |
| Binary | 10110010 | 11110001 | 1100101 | 11010 | 0 | 111010 | 101 | 1010111 | 1010011 | 1000011 |
Color Harmonies of #B2F165
Complementary color
Monochromatic Colors of #B2F165
Black with #B2F165
Text Example
Text Example
White with #B2F165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F165; }
p { color: rgb(178,241,101); }
H1.HeaderClassName
{
color: #B2F165;
}
.AnyTagClassName
{
color: #B2F165;
}
</style>
background-color css
<style>
a { background-color: #B2F165; }
a { background-color: rgb(178,241,101); }
div.DivClassName
{
background-color: #B2F165;
}
.BgClassName
{
background-color: #B2F165;
}
</style>
border-color css
<style>
span { border-color: #B2F165; }
span { border-color: rgb(178,241,101); }
td.TdClassName
{
border-color: #B2F165;
}
.TagClassName
{
border-color: #B2F165;
}
</style>