Shades of Conifer #B3F168
Tints of Conifer #B3F168
RGB
CMYK
RGB Variations
Color information
#B3F168 (or 0xB3F168) is known color: Conifer. HEX triplet: B3, F1 and 68. RGB value is (179,241,104). Sum of RGB (Red+Green+Blue) = 179+241+104=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F168 is #4C0E97. Grayscale: #CFCFCF. Windows color (decimal): -4984472 or 6877619. OLE color: 6877619.
HSL color Cylindrical-coordinate representation of color #B3F168: hue angle of 87.15º 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 #B3F168 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 104 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.05 |
| HSL | 87.15º | 0.83% | 0.68% | - |
| HSV(B) | 87.15º | 0.57% | 0.95% | - |
| XYZ | 52.54 | 73.49 | 24.51 | - |
| YUV | 206.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 104 | 0.26 | 0 | 0.57 | 0.05 | 87.15 | 0.83 | 0.68 |
| Hex | B3 | F1 | 68 | 1A | 0 | 39 | 5 | 57 | 53 | 44 |
| Octal | 263 | 361 | 150 | 32 | 0 | 71 | 5 | 127 | 123 | 104 |
| Binary | 10110011 | 11110001 | 1101000 | 11010 | 0 | 111001 | 101 | 1010111 | 1010011 | 1000100 |
Color Harmonies of #B3F168
Complementary color
Monochromatic Colors of #B3F168
Black with #B3F168
Text Example
Text Example
White with #B3F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F168; }
p { color: rgb(179,241,104); }
H1.HeaderClassName
{
color: #B3F168;
}
.AnyTagClassName
{
color: #B3F168;
}
</style>
background-color css
<style>
a { background-color: #B3F168; }
a { background-color: rgb(179,241,104); }
div.DivClassName
{
background-color: #B3F168;
}
.BgClassName
{
background-color: #B3F168;
}
</style>
border-color css
<style>
span { border-color: #B3F168; }
span { border-color: rgb(179,241,104); }
td.TdClassName
{
border-color: #B3F168;
}
.TagClassName
{
border-color: #B3F168;
}
</style>