Shades of Conifer #B2F850
Tints of Conifer #B2F850
RGB
CMYK
RGB Variations
Color information
#B2F850 (or 0xB2F850) is known color: Conifer. HEX triplet: B2, F8 and 50. RGB value is (178,248,80). Sum of RGB (Red+Green+Blue) = 178+248+80=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F850 is #4D07AF. Grayscale: #D0D0D0. Windows color (decimal): -5048240 or 5306546. OLE color: 5306546.
HSL color Cylindrical-coordinate representation of color #B2F850: hue angle of 85º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2F850 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 80 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.03 |
| HSL | 85º | 0.92% | 0.64% | - |
| HSV(B) | 85º | 0.68% | 0.97% | - |
| XYZ | 53.38 | 77.18 | 19.67 | - |
| YUV | 207.92 | 55.81 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 80 | 0.28 | 0 | 0.68 | 0.03 | 85 | 0.92 | 0.64 |
| Hex | B2 | F8 | 50 | 1C | 0 | 44 | 3 | 55 | 5C | 40 |
| Octal | 262 | 370 | 120 | 34 | 0 | 104 | 3 | 125 | 134 | 100 |
| Binary | 10110010 | 11111000 | 1010000 | 11100 | 0 | 1000100 | 11 | 1010101 | 1011100 | 1000000 |
Color Harmonies of #B2F850
Complementary color
Monochromatic Colors of #B2F850
Black with #B2F850
Text Example
Text Example
White with #B2F850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F850; }
p { color: rgb(178,248,80); }
H1.HeaderClassName
{
color: #B2F850;
}
.AnyTagClassName
{
color: #B2F850;
}
</style>
background-color css
<style>
a { background-color: #B2F850; }
a { background-color: rgb(178,248,80); }
div.DivClassName
{
background-color: #B2F850;
}
.BgClassName
{
background-color: #B2F850;
}
</style>
border-color css
<style>
span { border-color: #B2F850; }
span { border-color: rgb(178,248,80); }
td.TdClassName
{
border-color: #B2F850;
}
.TagClassName
{
border-color: #B2F850;
}
</style>