Shades of Conifer #B2F448
Tints of Conifer #B2F448
RGB
CMYK
RGB Variations
Color information
#B2F448 (or 0xB2F448) is known color: Conifer. HEX triplet: B2, F4 and 48. RGB value is (178,244,72). Sum of RGB (Red+Green+Blue) = 178+244+72=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F448 is #4D0BB7. Grayscale: #CDCDCD. Windows color (decimal): -5049272 or 4781234. OLE color: 4781234.
HSL color Cylindrical-coordinate representation of color #B2F448: hue angle of 83.02º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2F448 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 244 | 72 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.04 |
| HSL | 83.02º | 0.89% | 0.62% | - |
| HSV(B) | 83.02º | 0.7% | 0.96% | - |
| XYZ | 51.88 | 74.63 | 17.8 | - |
| YUV | 204.66 | 53.13 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 244 | 72 | 0.27 | 0 | 0.70 | 0.04 | 83.02 | 0.89 | 0.62 |
| Hex | B2 | F4 | 48 | 1B | 0 | 46 | 4 | 53 | 59 | 3E |
| Octal | 262 | 364 | 110 | 33 | 0 | 106 | 4 | 123 | 131 | 76 |
| Binary | 10110010 | 11110100 | 1001000 | 11011 | 0 | 1000110 | 100 | 1010011 | 1011001 | 111110 |
Color Harmonies of #B2F448
Complementary color
Monochromatic Colors of #B2F448
Black with #B2F448
Text Example
Text Example
White with #B2F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F448; }
p { color: rgb(178,244,72); }
H1.HeaderClassName
{
color: #B2F448;
}
.AnyTagClassName
{
color: #B2F448;
}
</style>
background-color css
<style>
a { background-color: #B2F448; }
a { background-color: rgb(178,244,72); }
div.DivClassName
{
background-color: #B2F448;
}
.BgClassName
{
background-color: #B2F448;
}
</style>
border-color css
<style>
span { border-color: #B2F448; }
span { border-color: rgb(178,244,72); }
td.TdClassName
{
border-color: #B2F448;
}
.TagClassName
{
border-color: #B2F448;
}
</style>