Shades of Conifer #B2F367
Tints of Conifer #B2F367
RGB
CMYK
RGB Variations
Color information
#B2F367 (or 0xB2F367) is known color: Conifer. HEX triplet: B2, F3 and 67. RGB value is (178,243,103). Sum of RGB (Red+Green+Blue) = 178+243+103=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F367 is #4D0C98. Grayscale: #D0D0D0. Windows color (decimal): -5049497 or 6812594. OLE color: 6812594.
HSL color Cylindrical-coordinate representation of color #B2F367: hue angle of 87.86º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2F367 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 103 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.05 |
| HSL | 87.86º | 0.85% | 0.68% | - |
| HSV(B) | 87.86º | 0.58% | 0.95% | - |
| XYZ | 52.86 | 74.55 | 24.43 | - |
| YUV | 207.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 103 | 0.27 | 0 | 0.58 | 0.05 | 87.86 | 0.85 | 0.68 |
| Hex | B2 | F3 | 67 | 1B | 0 | 3A | 5 | 58 | 55 | 44 |
| Octal | 262 | 363 | 147 | 33 | 0 | 72 | 5 | 130 | 125 | 104 |
| Binary | 10110010 | 11110011 | 1100111 | 11011 | 0 | 111010 | 101 | 1011000 | 1010101 | 1000100 |
Color Harmonies of #B2F367
Complementary color
Monochromatic Colors of #B2F367
Black with #B2F367
Text Example
Text Example
White with #B2F367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F367; }
p { color: rgb(178,243,103); }
H1.HeaderClassName
{
color: #B2F367;
}
.AnyTagClassName
{
color: #B2F367;
}
</style>
background-color css
<style>
a { background-color: #B2F367; }
a { background-color: rgb(178,243,103); }
div.DivClassName
{
background-color: #B2F367;
}
.BgClassName
{
background-color: #B2F367;
}
</style>
border-color css
<style>
span { border-color: #B2F367; }
span { border-color: rgb(178,243,103); }
td.TdClassName
{
border-color: #B2F367;
}
.TagClassName
{
border-color: #B2F367;
}
</style>