Shades of Conifer #B0F063
Tints of Conifer #B0F063
RGB
CMYK
RGB Variations
Color information
#B0F063 (or 0xB0F063) is known color: Conifer. HEX triplet: B0, F0 and 63. RGB value is (176,240,99). Sum of RGB (Red+Green+Blue) = 176+240+99=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F063 is #4F0F9C. Grayscale: #CDCDCD. Windows color (decimal): -5181341 or 6549680. OLE color: 6549680.
HSL color Cylindrical-coordinate representation of color #B0F063: hue angle of 87.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0F063 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 99 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.06 |
| HSL | 87.23º | 0.82% | 0.66% | - |
| HSV(B) | 87.23º | 0.59% | 0.94% | - |
| XYZ | 51.32 | 72.45 | 23.08 | - |
| YUV | 204.79 | 68.3 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 99 | 0.27 | 0 | 0.59 | 0.06 | 87.23 | 0.82 | 0.66 |
| Hex | B0 | F0 | 63 | 1B | 0 | 3B | 6 | 57 | 52 | 42 |
| Octal | 260 | 360 | 143 | 33 | 0 | 73 | 6 | 127 | 122 | 102 |
| Binary | 10110000 | 11110000 | 1100011 | 11011 | 0 | 111011 | 110 | 1010111 | 1010010 | 1000010 |
Color Harmonies of #B0F063
Complementary color
Monochromatic Colors of #B0F063
Black with #B0F063
Text Example
Text Example
White with #B0F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F063; }
p { color: rgb(176,240,99); }
H1.HeaderClassName
{
color: #B0F063;
}
.AnyTagClassName
{
color: #B0F063;
}
</style>
background-color css
<style>
a { background-color: #B0F063; }
a { background-color: rgb(176,240,99); }
div.DivClassName
{
background-color: #B0F063;
}
.BgClassName
{
background-color: #B0F063;
}
</style>
border-color css
<style>
span { border-color: #B0F063; }
span { border-color: rgb(176,240,99); }
td.TdClassName
{
border-color: #B0F063;
}
.TagClassName
{
border-color: #B0F063;
}
</style>