Shades of Conifer #B4F163
Tints of Conifer #B4F163
RGB
CMYK
RGB Variations
Color information
#B4F163 (or 0xB4F163) is known color: Conifer. HEX triplet: B4, F1 and 63. RGB value is (180,241,99). Sum of RGB (Red+Green+Blue) = 180+241+99=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F163 is #4B0E9C. Grayscale: #CFCFCF. Windows color (decimal): -4918941 or 6549940. OLE color: 6549940.
HSL color Cylindrical-coordinate representation of color #B4F163: hue angle of 85.77º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4F163 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 99 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.05 |
| HSL | 85.77º | 0.84% | 0.67% | - |
| HSV(B) | 85.77º | 0.59% | 0.95% | - |
| XYZ | 52.53 | 73.51 | 23.23 | - |
| YUV | 206.57 | 67.29 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 99 | 0.25 | 0 | 0.59 | 0.05 | 85.77 | 0.84 | 0.67 |
| Hex | B4 | F1 | 63 | 19 | 0 | 3B | 5 | 56 | 54 | 43 |
| Octal | 264 | 361 | 143 | 31 | 0 | 73 | 5 | 126 | 124 | 103 |
| Binary | 10110100 | 11110001 | 1100011 | 11001 | 0 | 111011 | 101 | 1010110 | 1010100 | 1000011 |
Color Harmonies of #B4F163
Complementary color
Monochromatic Colors of #B4F163
Black with #B4F163
Text Example
Text Example
White with #B4F163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F163; }
p { color: rgb(180,241,99); }
H1.HeaderClassName
{
color: #B4F163;
}
.AnyTagClassName
{
color: #B4F163;
}
</style>
background-color css
<style>
a { background-color: #B4F163; }
a { background-color: rgb(180,241,99); }
div.DivClassName
{
background-color: #B4F163;
}
.BgClassName
{
background-color: #B4F163;
}
</style>
border-color css
<style>
span { border-color: #B4F163; }
span { border-color: rgb(180,241,99); }
td.TdClassName
{
border-color: #B4F163;
}
.TagClassName
{
border-color: #B4F163;
}
</style>