Shades of Conifer #B0F765
Tints of Conifer #B0F765
RGB
CMYK
RGB Variations
Color information
#B0F765 (or 0xB0F765) is known color: Conifer. HEX triplet: B0, F7 and 65. RGB value is (176,247,101). Sum of RGB (Red+Green+Blue) = 176+247+101=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F765 is #4F089A. Grayscale: #D1D1D1. Windows color (decimal): -5179547 or 6682544. OLE color: 6682544.
HSL color Cylindrical-coordinate representation of color #B0F765: hue angle of 89.18º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0F765 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 101 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.03 |
| HSL | 89.18º | 0.9% | 0.68% | - |
| HSV(B) | 89.18º | 0.59% | 0.97% | - |
| XYZ | 53.51 | 76.69 | 24.29 | - |
| YUV | 209.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 101 | 0.29 | 0 | 0.59 | 0.03 | 89.18 | 0.9 | 0.68 |
| Hex | B0 | F7 | 65 | 1D | 0 | 3B | 3 | 59 | 5A | 44 |
| Octal | 260 | 367 | 145 | 35 | 0 | 73 | 3 | 131 | 132 | 104 |
| Binary | 10110000 | 11110111 | 1100101 | 11101 | 0 | 111011 | 11 | 1011001 | 1011010 | 1000100 |
Color Harmonies of #B0F765
Complementary color
Monochromatic Colors of #B0F765
Black with #B0F765
Text Example
Text Example
White with #B0F765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F765; }
p { color: rgb(176,247,101); }
H1.HeaderClassName
{
color: #B0F765;
}
.AnyTagClassName
{
color: #B0F765;
}
</style>
background-color css
<style>
a { background-color: #B0F765; }
a { background-color: rgb(176,247,101); }
div.DivClassName
{
background-color: #B0F765;
}
.BgClassName
{
background-color: #B0F765;
}
</style>
border-color css
<style>
span { border-color: #B0F765; }
span { border-color: rgb(176,247,101); }
td.TdClassName
{
border-color: #B0F765;
}
.TagClassName
{
border-color: #B0F765;
}
</style>