Shades of Conifer #B0F069
Tints of Conifer #B0F069
RGB
CMYK
RGB Variations
Color information
#B0F069 (or 0xB0F069) is known color: Conifer. HEX triplet: B0, F0 and 69. RGB value is (176,240,105). Sum of RGB (Red+Green+Blue) = 176+240+105=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F069 is #4F0F96. Grayscale: #CDCDCD. Windows color (decimal): -5181335 or 6942896. OLE color: 6942896.
HSL color Cylindrical-coordinate representation of color #B0F069: hue angle of 88.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0F069 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 105 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.06 |
| HSL | 88.44º | 0.82% | 0.68% | - |
| HSV(B) | 88.44º | 0.56% | 0.94% | - |
| XYZ | 51.61 | 72.57 | 24.65 | - |
| YUV | 205.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 105 | 0.27 | 0 | 0.56 | 0.06 | 88.44 | 0.82 | 0.68 |
| Hex | B0 | F0 | 69 | 1B | 0 | 38 | 6 | 58 | 52 | 44 |
| Octal | 260 | 360 | 151 | 33 | 0 | 70 | 6 | 130 | 122 | 104 |
| Binary | 10110000 | 11110000 | 1101001 | 11011 | 0 | 111000 | 110 | 1011000 | 1010010 | 1000100 |
Color Harmonies of #B0F069
Complementary color
Monochromatic Colors of #B0F069
Black with #B0F069
Text Example
Text Example
White with #B0F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F069; }
p { color: rgb(176,240,105); }
H1.HeaderClassName
{
color: #B0F069;
}
.AnyTagClassName
{
color: #B0F069;
}
</style>
background-color css
<style>
a { background-color: #B0F069; }
a { background-color: rgb(176,240,105); }
div.DivClassName
{
background-color: #B0F069;
}
.BgClassName
{
background-color: #B0F069;
}
</style>
border-color css
<style>
span { border-color: #B0F069; }
span { border-color: rgb(176,240,105); }
td.TdClassName
{
border-color: #B0F069;
}
.TagClassName
{
border-color: #B0F069;
}
</style>