Shades of Conifer #B0F265
Tints of Conifer #B0F265
RGB
CMYK
RGB Variations
Color information
#B0F265 (or 0xB0F265) is known color: Conifer. HEX triplet: B0, F2 and 65. RGB value is (176,242,101). Sum of RGB (Red+Green+Blue) = 176+242+101=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F265 is #4F0D9A. Grayscale: #CECECE. Windows color (decimal): -5180827 or 6681264. OLE color: 6681264.
HSL color Cylindrical-coordinate representation of color #B0F265: hue angle of 88.09º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0F265 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 101 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.05 |
| HSL | 88.09º | 0.84% | 0.67% | - |
| HSV(B) | 88.09º | 0.58% | 0.95% | - |
| XYZ | 52.01 | 73.67 | 23.79 | - |
| YUV | 206.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 101 | 0.27 | 0 | 0.58 | 0.05 | 88.09 | 0.84 | 0.67 |
| Hex | B0 | F2 | 65 | 1B | 0 | 3A | 5 | 58 | 54 | 43 |
| Octal | 260 | 362 | 145 | 33 | 0 | 72 | 5 | 130 | 124 | 103 |
| Binary | 10110000 | 11110010 | 1100101 | 11011 | 0 | 111010 | 101 | 1011000 | 1010100 | 1000011 |
Color Harmonies of #B0F265
Complementary color
Monochromatic Colors of #B0F265
Black with #B0F265
Text Example
Text Example
White with #B0F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F265; }
p { color: rgb(176,242,101); }
H1.HeaderClassName
{
color: #B0F265;
}
.AnyTagClassName
{
color: #B0F265;
}
</style>
background-color css
<style>
a { background-color: #B0F265; }
a { background-color: rgb(176,242,101); }
div.DivClassName
{
background-color: #B0F265;
}
.BgClassName
{
background-color: #B0F265;
}
</style>
border-color css
<style>
span { border-color: #B0F265; }
span { border-color: rgb(176,242,101); }
td.TdClassName
{
border-color: #B0F265;
}
.TagClassName
{
border-color: #B0F265;
}
</style>