Shades of Conifer #B0F250
Tints of Conifer #B0F250
RGB
CMYK
RGB Variations
Color information
#B0F250 (or 0xB0F250) is known color: Conifer. HEX triplet: B0, F2 and 50. RGB value is (176,242,80). Sum of RGB (Red+Green+Blue) = 176+242+80=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F250 is #4F0DAF. Grayscale: #CCCCCC. Windows color (decimal): -5180848 or 5305008. OLE color: 5305008.
HSL color Cylindrical-coordinate representation of color #B0F250: hue angle of 84.44º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0F250 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 80 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.05 |
| HSL | 84.44º | 0.86% | 0.63% | - |
| HSV(B) | 84.44º | 0.67% | 0.95% | - |
| XYZ | 51.1 | 73.31 | 19.05 | - |
| YUV | 203.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 80 | 0.27 | 0 | 0.67 | 0.05 | 84.44 | 0.86 | 0.63 |
| Hex | B0 | F2 | 50 | 1B | 0 | 43 | 5 | 54 | 56 | 3F |
| Octal | 260 | 362 | 120 | 33 | 0 | 103 | 5 | 124 | 126 | 77 |
| Binary | 10110000 | 11110010 | 1010000 | 11011 | 0 | 1000011 | 101 | 1010100 | 1010110 | 111111 |
Color Harmonies of #B0F250
Complementary color
Monochromatic Colors of #B0F250
Black with #B0F250
Text Example
Text Example
White with #B0F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F250; }
p { color: rgb(176,242,80); }
H1.HeaderClassName
{
color: #B0F250;
}
.AnyTagClassName
{
color: #B0F250;
}
</style>
background-color css
<style>
a { background-color: #B0F250; }
a { background-color: rgb(176,242,80); }
div.DivClassName
{
background-color: #B0F250;
}
.BgClassName
{
background-color: #B0F250;
}
</style>
border-color css
<style>
span { border-color: #B0F250; }
span { border-color: rgb(176,242,80); }
td.TdClassName
{
border-color: #B0F250;
}
.TagClassName
{
border-color: #B0F250;
}
</style>