Shades of Conifer #B2F048
Tints of Conifer #B2F048
RGB
CMYK
RGB Variations
Color information
#B2F048 (or 0xB2F048) is known color: Conifer. HEX triplet: B2, F0 and 48. RGB value is (178,240,72). Sum of RGB (Red+Green+Blue) = 178+240+72=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F048 is #4D0FB7. Grayscale: #CACACA. Windows color (decimal): -5050296 or 4780210. OLE color: 4780210.
HSL color Cylindrical-coordinate representation of color #B2F048: hue angle of 82.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2F048 is Cyan = 0.26, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 72 | - |
| CMYK | 0.26 | 0 | 0.7 | 0.06 |
| HSL | 82.14º | 0.85% | 0.61% | - |
| HSV(B) | 82.14º | 0.7% | 0.94% | - |
| XYZ | 50.69 | 72.25 | 17.41 | - |
| YUV | 202.31 | 54.46 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 72 | 0.26 | 0 | 0.7 | 0.06 | 82.14 | 0.85 | 0.61 |
| Hex | B2 | F0 | 48 | 1A | 0 | 46 | 6 | 52 | 55 | 3D |
| Octal | 262 | 360 | 110 | 32 | 0 | 106 | 6 | 122 | 125 | 75 |
| Binary | 10110010 | 11110000 | 1001000 | 11010 | 0 | 1000110 | 110 | 1010010 | 1010101 | 111101 |
Color Harmonies of #B2F048
Complementary color
Monochromatic Colors of #B2F048
Black with #B2F048
Text Example
Text Example
White with #B2F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F048; }
p { color: rgb(178,240,72); }
H1.HeaderClassName
{
color: #B2F048;
}
.AnyTagClassName
{
color: #B2F048;
}
</style>
background-color css
<style>
a { background-color: #B2F048; }
a { background-color: rgb(178,240,72); }
div.DivClassName
{
background-color: #B2F048;
}
.BgClassName
{
background-color: #B2F048;
}
</style>
border-color css
<style>
span { border-color: #B2F048; }
span { border-color: rgb(178,240,72); }
td.TdClassName
{
border-color: #B2F048;
}
.TagClassName
{
border-color: #B2F048;
}
</style>