Shades of Conifer #B8E068
Tints of Conifer #B8E068
RGB
CMYK
RGB Variations
Color information
#B8E068 (or 0xB8E068) is known color: Conifer. HEX triplet: B8, E0 and 68. RGB value is (184,224,104). Sum of RGB (Red+Green+Blue) = 184+224+104=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E068 is #471F97. Grayscale: #C6C6C6. Windows color (decimal): -4661144 or 6873272. OLE color: 6873272.
HSL color Cylindrical-coordinate representation of color #B8E068: hue angle of 80º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8E068 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 104 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.12 |
| HSL | 80º | 0.66% | 0.64% | - |
| HSV(B) | 80º | 0.54% | 0.88% | - |
| XYZ | 48.92 | 64.5 | 22.97 | - |
| YUV | 198.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 104 | 0.18 | 0 | 0.54 | 0.12 | 80 | 0.66 | 0.64 |
| Hex | B8 | E0 | 68 | 12 | 0 | 36 | C | 50 | 42 | 40 |
| Octal | 270 | 340 | 150 | 22 | 0 | 66 | 14 | 120 | 102 | 100 |
| Binary | 10111000 | 11100000 | 1101000 | 10010 | 0 | 110110 | 1100 | 1010000 | 1000010 | 1000000 |
Color Harmonies of #B8E068
Complementary color
Monochromatic Colors of #B8E068
Black with #B8E068
Text Example
Text Example
White with #B8E068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E068; }
p { color: rgb(184,224,104); }
H1.HeaderClassName
{
color: #B8E068;
}
.AnyTagClassName
{
color: #B8E068;
}
</style>
background-color css
<style>
a { background-color: #B8E068; }
a { background-color: rgb(184,224,104); }
div.DivClassName
{
background-color: #B8E068;
}
.BgClassName
{
background-color: #B8E068;
}
</style>
border-color css
<style>
span { border-color: #B8E068; }
span { border-color: rgb(184,224,104); }
td.TdClassName
{
border-color: #B8E068;
}
.TagClassName
{
border-color: #B8E068;
}
</style>