Shades of Conifer #B2F04F
Tints of Conifer #B2F04F
RGB
CMYK
RGB Variations
Color information
#B2F04F (or 0xB2F04F) is known color: Conifer. HEX triplet: B2, F0 and 4F. RGB value is (178,240,79). Sum of RGB (Red+Green+Blue) = 178+240+79=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F04F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F04F is #4D0FB0. Grayscale: #CBCBCB. Windows color (decimal): -5050289 or 5238962. OLE color: 5238962.
HSL color Cylindrical-coordinate representation of color #B2F04F: hue angle of 83.11º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F04F is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 79 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.06 |
| HSL | 83.11º | 0.84% | 0.63% | - |
| HSV(B) | 83.11º | 0.67% | 0.94% | - |
| XYZ | 50.93 | 72.35 | 18.68 | - |
| YUV | 203.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 79 | 0.26 | 0 | 0.67 | 0.06 | 83.11 | 0.84 | 0.63 |
| Hex | B2 | F0 | 4F | 1A | 0 | 43 | 6 | 53 | 54 | 3F |
| Octal | 262 | 360 | 117 | 32 | 0 | 103 | 6 | 123 | 124 | 77 |
| Binary | 10110010 | 11110000 | 1001111 | 11010 | 0 | 1000011 | 110 | 1010011 | 1010100 | 111111 |
Color Harmonies of #B2F04F
Complementary color
Monochromatic Colors of #B2F04F
Black with #B2F04F
Text Example
Text Example
White with #B2F04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F04F; }
p { color: rgb(178,240,79); }
H1.HeaderClassName
{
color: #B2F04F;
}
.AnyTagClassName
{
color: #B2F04F;
}
</style>
background-color css
<style>
a { background-color: #B2F04F; }
a { background-color: rgb(178,240,79); }
div.DivClassName
{
background-color: #B2F04F;
}
.BgClassName
{
background-color: #B2F04F;
}
</style>
border-color css
<style>
span { border-color: #B2F04F; }
span { border-color: rgb(178,240,79); }
td.TdClassName
{
border-color: #B2F04F;
}
.TagClassName
{
border-color: #B2F04F;
}
</style>