Shades of Conifer #B2F863
Tints of Conifer #B2F863
RGB
CMYK
RGB Variations
Color information
#B2F863 (or 0xB2F863) is known color: Conifer. HEX triplet: B2, F8 and 63. RGB value is (178,248,99). Sum of RGB (Red+Green+Blue) = 178+248+99=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F863 is #4D079C. Grayscale: #D2D2D2. Windows color (decimal): -5048221 or 6551730. OLE color: 6551730.
HSL color Cylindrical-coordinate representation of color #B2F863: hue angle of 88.19º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2F863 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 99 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.03 |
| HSL | 88.19º | 0.91% | 0.68% | - |
| HSV(B) | 88.19º | 0.6% | 0.97% | - |
| XYZ | 54.18 | 77.5 | 23.91 | - |
| YUV | 210.08 | 65.31 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 99 | 0.28 | 0 | 0.60 | 0.03 | 88.19 | 0.91 | 0.68 |
| Hex | B2 | F8 | 63 | 1C | 0 | 3C | 3 | 58 | 5B | 44 |
| Octal | 262 | 370 | 143 | 34 | 0 | 74 | 3 | 130 | 133 | 104 |
| Binary | 10110010 | 11111000 | 1100011 | 11100 | 0 | 111100 | 11 | 1011000 | 1011011 | 1000100 |
Color Harmonies of #B2F863
Complementary color
Monochromatic Colors of #B2F863
Black with #B2F863
Text Example
Text Example
White with #B2F863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F863; }
p { color: rgb(178,248,99); }
H1.HeaderClassName
{
color: #B2F863;
}
.AnyTagClassName
{
color: #B2F863;
}
</style>
background-color css
<style>
a { background-color: #B2F863; }
a { background-color: rgb(178,248,99); }
div.DivClassName
{
background-color: #B2F863;
}
.BgClassName
{
background-color: #B2F863;
}
</style>
border-color css
<style>
span { border-color: #B2F863; }
span { border-color: rgb(178,248,99); }
td.TdClassName
{
border-color: #B2F863;
}
.TagClassName
{
border-color: #B2F863;
}
</style>