Shades of Conifer #B2F660
Tints of Conifer #B2F660
RGB
CMYK
RGB Variations
Color information
#B2F660 (or 0xB2F660) is known color: Conifer. HEX triplet: B2, F6 and 60. RGB value is (178,246,96). Sum of RGB (Red+Green+Blue) = 178+246+96=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F660 is #4D099F. Grayscale: #D1D1D1. Windows color (decimal): -5048736 or 6354610. OLE color: 6354610.
HSL color Cylindrical-coordinate representation of color #B2F660: hue angle of 87.2º 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 #B2F660 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 96 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.04 |
| HSL | 87.2º | 0.89% | 0.67% | - |
| HSV(B) | 87.2º | 0.61% | 0.96% | - |
| XYZ | 53.43 | 76.22 | 22.96 | - |
| YUV | 208.57 | 64.47 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 96 | 0.28 | 0 | 0.61 | 0.04 | 87.2 | 0.89 | 0.67 |
| Hex | B2 | F6 | 60 | 1C | 0 | 3D | 4 | 57 | 59 | 43 |
| Octal | 262 | 366 | 140 | 34 | 0 | 75 | 4 | 127 | 131 | 103 |
| Binary | 10110010 | 11110110 | 1100000 | 11100 | 0 | 111101 | 100 | 1010111 | 1011001 | 1000011 |
Color Harmonies of #B2F660
Complementary color
Monochromatic Colors of #B2F660
Black with #B2F660
Text Example
Text Example
White with #B2F660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F660; }
p { color: rgb(178,246,96); }
H1.HeaderClassName
{
color: #B2F660;
}
.AnyTagClassName
{
color: #B2F660;
}
</style>
background-color css
<style>
a { background-color: #B2F660; }
a { background-color: rgb(178,246,96); }
div.DivClassName
{
background-color: #B2F660;
}
.BgClassName
{
background-color: #B2F660;
}
</style>
border-color css
<style>
span { border-color: #B2F660; }
span { border-color: rgb(178,246,96); }
td.TdClassName
{
border-color: #B2F660;
}
.TagClassName
{
border-color: #B2F660;
}
</style>