Shades of Conifer #B4E868
Tints of Conifer #B4E868
RGB
CMYK
RGB Variations
Color information
#B4E868 (or 0xB4E868) is known color: Conifer. HEX triplet: B4, E8 and 68. RGB value is (180,232,104). Sum of RGB (Red+Green+Blue) = 180+232+104=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E868 is #4B1797. Grayscale: #CACACA. Windows color (decimal): -4921240 or 6875316. OLE color: 6875316.
HSL color Cylindrical-coordinate representation of color #B4E868: hue angle of 84.38º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4E868 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 104 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.09 |
| HSL | 84.38º | 0.74% | 0.66% | - |
| HSV(B) | 84.38º | 0.55% | 0.91% | - |
| XYZ | 50.18 | 68.42 | 23.66 | - |
| YUV | 201.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 104 | 0.22 | 0 | 0.55 | 0.09 | 84.38 | 0.74 | 0.66 |
| Hex | B4 | E8 | 68 | 16 | 0 | 37 | 9 | 54 | 4A | 42 |
| Octal | 264 | 350 | 150 | 26 | 0 | 67 | 11 | 124 | 112 | 102 |
| Binary | 10110100 | 11101000 | 1101000 | 10110 | 0 | 110111 | 1001 | 1010100 | 1001010 | 1000010 |
Color Harmonies of #B4E868
Complementary color
Monochromatic Colors of #B4E868
Black with #B4E868
Text Example
Text Example
White with #B4E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E868; }
p { color: rgb(180,232,104); }
H1.HeaderClassName
{
color: #B4E868;
}
.AnyTagClassName
{
color: #B4E868;
}
</style>
background-color css
<style>
a { background-color: #B4E868; }
a { background-color: rgb(180,232,104); }
div.DivClassName
{
background-color: #B4E868;
}
.BgClassName
{
background-color: #B4E868;
}
</style>
border-color css
<style>
span { border-color: #B4E868; }
span { border-color: rgb(180,232,104); }
td.TdClassName
{
border-color: #B4E868;
}
.TagClassName
{
border-color: #B4E868;
}
</style>