Shades of Conifer #B0F168
Tints of Conifer #B0F168
RGB
CMYK
RGB Variations
Color information
#B0F168 (or 0xB0F168) is known color: Conifer. HEX triplet: B0, F1 and 68. RGB value is (176,241,104). Sum of RGB (Red+Green+Blue) = 176+241+104=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F168 is #4F0E97. Grayscale: #CECECE. Windows color (decimal): -5181080 or 6877616. OLE color: 6877616.
HSL color Cylindrical-coordinate representation of color #B0F168: hue angle of 88.47º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0F168 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 104 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.05 |
| HSL | 88.47º | 0.83% | 0.68% | - |
| HSV(B) | 88.47º | 0.57% | 0.95% | - |
| XYZ | 51.86 | 73.14 | 24.48 | - |
| YUV | 205.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 104 | 0.27 | 0 | 0.57 | 0.05 | 88.47 | 0.83 | 0.68 |
| Hex | B0 | F1 | 68 | 1B | 0 | 39 | 5 | 58 | 53 | 44 |
| Octal | 260 | 361 | 150 | 33 | 0 | 71 | 5 | 130 | 123 | 104 |
| Binary | 10110000 | 11110001 | 1101000 | 11011 | 0 | 111001 | 101 | 1011000 | 1010011 | 1000100 |
Color Harmonies of #B0F168
Complementary color
Monochromatic Colors of #B0F168
Black with #B0F168
Text Example
Text Example
White with #B0F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F168; }
p { color: rgb(176,241,104); }
H1.HeaderClassName
{
color: #B0F168;
}
.AnyTagClassName
{
color: #B0F168;
}
</style>
background-color css
<style>
a { background-color: #B0F168; }
a { background-color: rgb(176,241,104); }
div.DivClassName
{
background-color: #B0F168;
}
.BgClassName
{
background-color: #B0F168;
}
</style>
border-color css
<style>
span { border-color: #B0F168; }
span { border-color: rgb(176,241,104); }
td.TdClassName
{
border-color: #B0F168;
}
.TagClassName
{
border-color: #B0F168;
}
</style>