Shades of Conifer #B4F164
Tints of Conifer #B4F164
RGB
CMYK
RGB Variations
Color information
#B4F164 (or 0xB4F164) is known color: Conifer. HEX triplet: B4, F1 and 64. RGB value is (180,241,100). Sum of RGB (Red+Green+Blue) = 180+241+100=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F164 is #4B0E9B. Grayscale: #CFCFCF. Windows color (decimal): -4918940 or 6615476. OLE color: 6615476.
HSL color Cylindrical-coordinate representation of color #B4F164: hue angle of 85.96º degrees, saturation: 0.83, 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 #B4F164 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 100 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.05 |
| HSL | 85.96º | 0.83% | 0.67% | - |
| HSV(B) | 85.96º | 0.59% | 0.95% | - |
| XYZ | 52.58 | 73.53 | 23.48 | - |
| YUV | 206.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 100 | 0.25 | 0 | 0.59 | 0.05 | 85.96 | 0.83 | 0.67 |
| Hex | B4 | F1 | 64 | 19 | 0 | 3B | 5 | 56 | 53 | 43 |
| Octal | 264 | 361 | 144 | 31 | 0 | 73 | 5 | 126 | 123 | 103 |
| Binary | 10110100 | 11110001 | 1100100 | 11001 | 0 | 111011 | 101 | 1010110 | 1010011 | 1000011 |
Color Harmonies of #B4F164
Complementary color
Monochromatic Colors of #B4F164
Black with #B4F164
Text Example
Text Example
White with #B4F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F164; }
p { color: rgb(180,241,100); }
H1.HeaderClassName
{
color: #B4F164;
}
.AnyTagClassName
{
color: #B4F164;
}
</style>
background-color css
<style>
a { background-color: #B4F164; }
a { background-color: rgb(180,241,100); }
div.DivClassName
{
background-color: #B4F164;
}
.BgClassName
{
background-color: #B4F164;
}
</style>
border-color css
<style>
span { border-color: #B4F164; }
span { border-color: rgb(180,241,100); }
td.TdClassName
{
border-color: #B4F164;
}
.TagClassName
{
border-color: #B4F164;
}
</style>