Shades of Conifer #B2F65F
Tints of Conifer #B2F65F
RGB
CMYK
RGB Variations
Color information
#B2F65F (or 0xB2F65F) is known color: Conifer. HEX triplet: B2, F6 and 5F. RGB value is (178,246,95). Sum of RGB (Red+Green+Blue) = 178+246+95=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F65F is #4D09A0. Grayscale: #D0D0D0. Windows color (decimal): -5048737 or 6289074. OLE color: 6289074.
HSL color Cylindrical-coordinate representation of color #B2F65F: hue angle of 87.02º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2F65F is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 95 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.04 |
| HSL | 87.02º | 0.89% | 0.67% | - |
| HSV(B) | 87.02º | 0.61% | 0.96% | - |
| XYZ | 53.38 | 76.2 | 22.72 | - |
| YUV | 208.45 | 63.97 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 95 | 0.28 | 0 | 0.61 | 0.04 | 87.02 | 0.89 | 0.67 |
| Hex | B2 | F6 | 5F | 1C | 0 | 3D | 4 | 57 | 59 | 43 |
| Octal | 262 | 366 | 137 | 34 | 0 | 75 | 4 | 127 | 131 | 103 |
| Binary | 10110010 | 11110110 | 1011111 | 11100 | 0 | 111101 | 100 | 1010111 | 1011001 | 1000011 |
Color Harmonies of #B2F65F
Complementary color
Monochromatic Colors of #B2F65F
Black with #B2F65F
Text Example
Text Example
White with #B2F65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F65F; }
p { color: rgb(178,246,95); }
H1.HeaderClassName
{
color: #B2F65F;
}
.AnyTagClassName
{
color: #B2F65F;
}
</style>
background-color css
<style>
a { background-color: #B2F65F; }
a { background-color: rgb(178,246,95); }
div.DivClassName
{
background-color: #B2F65F;
}
.BgClassName
{
background-color: #B2F65F;
}
</style>
border-color css
<style>
span { border-color: #B2F65F; }
span { border-color: rgb(178,246,95); }
td.TdClassName
{
border-color: #B2F65F;
}
.TagClassName
{
border-color: #B2F65F;
}
</style>