Shades of Conifer #B2F450
Tints of Conifer #B2F450
RGB
CMYK
RGB Variations
Color information
#B2F450 (or 0xB2F450) is known color: Conifer. HEX triplet: B2, F4 and 50. RGB value is (178,244,80). Sum of RGB (Red+Green+Blue) = 178+244+80=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F450 is #4D0BAF. Grayscale: #CECECE. Windows color (decimal): -5049264 or 5305522. OLE color: 5305522.
HSL color Cylindrical-coordinate representation of color #B2F450: hue angle of 84.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F450 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 244 | 80 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.04 |
| HSL | 84.15º | 0.88% | 0.64% | - |
| HSV(B) | 84.15º | 0.67% | 0.96% | - |
| XYZ | 52.16 | 74.75 | 19.27 | - |
| YUV | 205.57 | 57.13 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 244 | 80 | 0.27 | 0 | 0.67 | 0.04 | 84.15 | 0.88 | 0.64 |
| Hex | B2 | F4 | 50 | 1B | 0 | 43 | 4 | 54 | 58 | 40 |
| Octal | 262 | 364 | 120 | 33 | 0 | 103 | 4 | 124 | 130 | 100 |
| Binary | 10110010 | 11110100 | 1010000 | 11011 | 0 | 1000011 | 100 | 1010100 | 1011000 | 1000000 |
Color Harmonies of #B2F450
Complementary color
Monochromatic Colors of #B2F450
Black with #B2F450
Text Example
Text Example
White with #B2F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F450; }
p { color: rgb(178,244,80); }
H1.HeaderClassName
{
color: #B2F450;
}
.AnyTagClassName
{
color: #B2F450;
}
</style>
background-color css
<style>
a { background-color: #B2F450; }
a { background-color: rgb(178,244,80); }
div.DivClassName
{
background-color: #B2F450;
}
.BgClassName
{
background-color: #B2F450;
}
</style>
border-color css
<style>
span { border-color: #B2F450; }
span { border-color: rgb(178,244,80); }
td.TdClassName
{
border-color: #B2F450;
}
.TagClassName
{
border-color: #B2F450;
}
</style>