Shades of Conifer #B2F662
Tints of Conifer #B2F662
RGB
CMYK
RGB Variations
Color information
#B2F662 (or 0xB2F662) is known color: Conifer. HEX triplet: B2, F6 and 62. RGB value is (178,246,98). Sum of RGB (Red+Green+Blue) = 178+246+98=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F662 is #4D099D. Grayscale: #D1D1D1. Windows color (decimal): -5048734 or 6485682. OLE color: 6485682.
HSL color Cylindrical-coordinate representation of color #B2F662: hue angle of 87.57º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2F662 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 98 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.04 |
| HSL | 87.57º | 0.89% | 0.67% | - |
| HSV(B) | 87.57º | 0.6% | 0.96% | - |
| XYZ | 53.52 | 76.26 | 23.45 | - |
| YUV | 208.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 98 | 0.28 | 0 | 0.60 | 0.04 | 87.57 | 0.89 | 0.67 |
| Hex | B2 | F6 | 62 | 1C | 0 | 3C | 4 | 58 | 59 | 43 |
| Octal | 262 | 366 | 142 | 34 | 0 | 74 | 4 | 130 | 131 | 103 |
| Binary | 10110010 | 11110110 | 1100010 | 11100 | 0 | 111100 | 100 | 1011000 | 1011001 | 1000011 |
Color Harmonies of #B2F662
Complementary color
Monochromatic Colors of #B2F662
Black with #B2F662
Text Example
Text Example
White with #B2F662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F662; }
p { color: rgb(178,246,98); }
H1.HeaderClassName
{
color: #B2F662;
}
.AnyTagClassName
{
color: #B2F662;
}
</style>
background-color css
<style>
a { background-color: #B2F662; }
a { background-color: rgb(178,246,98); }
div.DivClassName
{
background-color: #B2F662;
}
.BgClassName
{
background-color: #B2F662;
}
</style>
border-color css
<style>
span { border-color: #B2F662; }
span { border-color: rgb(178,246,98); }
td.TdClassName
{
border-color: #B2F662;
}
.TagClassName
{
border-color: #B2F662;
}
</style>