Shades of Conifer #B0F260
Tints of Conifer #B0F260
RGB
CMYK
RGB Variations
Color information
#B0F260 (or 0xB0F260) is known color: Conifer. HEX triplet: B0, F2 and 60. RGB value is (176,242,96). Sum of RGB (Red+Green+Blue) = 176+242+96=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F260 is #4F0D9F. Grayscale: #CECECE. Windows color (decimal): -5180832 or 6353584. OLE color: 6353584.
HSL color Cylindrical-coordinate representation of color #B0F260: hue angle of 87.12º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0F260 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 96 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.05 |
| HSL | 87.12º | 0.85% | 0.66% | - |
| HSV(B) | 87.12º | 0.6% | 0.95% | - |
| XYZ | 51.77 | 73.58 | 22.54 | - |
| YUV | 205.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 96 | 0.27 | 0 | 0.60 | 0.05 | 87.12 | 0.85 | 0.66 |
| Hex | B0 | F2 | 60 | 1B | 0 | 3C | 5 | 57 | 55 | 42 |
| Octal | 260 | 362 | 140 | 33 | 0 | 74 | 5 | 127 | 125 | 102 |
| Binary | 10110000 | 11110010 | 1100000 | 11011 | 0 | 111100 | 101 | 1010111 | 1010101 | 1000010 |
Color Harmonies of #B0F260
Complementary color
Monochromatic Colors of #B0F260
Black with #B0F260
Text Example
Text Example
White with #B0F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F260; }
p { color: rgb(176,242,96); }
H1.HeaderClassName
{
color: #B0F260;
}
.AnyTagClassName
{
color: #B0F260;
}
</style>
background-color css
<style>
a { background-color: #B0F260; }
a { background-color: rgb(176,242,96); }
div.DivClassName
{
background-color: #B0F260;
}
.BgClassName
{
background-color: #B0F260;
}
</style>
border-color css
<style>
span { border-color: #B0F260; }
span { border-color: rgb(176,242,96); }
td.TdClassName
{
border-color: #B0F260;
}
.TagClassName
{
border-color: #B0F260;
}
</style>