Shades of Conifer #B8EB5D
Tints of Conifer #B8EB5D
RGB
CMYK
RGB Variations
Color information
#B8EB5D (or 0xB8EB5D) is known color: Conifer. HEX triplet: B8, EB and 5D. RGB value is (184,235,93). Sum of RGB (Red+Green+Blue) = 184+235+93=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8EB5D is #4714A2. Grayscale: #CCCCCC. Windows color (decimal): -4658339 or 6155192. OLE color: 6155192.
HSL color Cylindrical-coordinate representation of color #B8EB5D: hue angle of 81.55º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8EB5D is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 235 | 93 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.08 |
| HSL | 81.55º | 0.78% | 0.64% | - |
| HSV(B) | 81.55º | 0.6% | 0.92% | - |
| XYZ | 51.45 | 70.4 | 21.23 | - |
| YUV | 203.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 93 | 0.22 | 0 | 0.60 | 0.08 | 81.55 | 0.78 | 0.64 |
| Hex | B8 | EB | 5D | 16 | 0 | 3C | 8 | 52 | 4E | 40 |
| Octal | 270 | 353 | 135 | 26 | 0 | 74 | 10 | 122 | 116 | 100 |
| Binary | 10111000 | 11101011 | 1011101 | 10110 | 0 | 111100 | 1000 | 1010010 | 1001110 | 1000000 |
Color Harmonies of #B8EB5D
Complementary color
Monochromatic Colors of #B8EB5D
Black with #B8EB5D
Text Example
Text Example
White with #B8EB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EB5D; }
p { color: rgb(184,235,93); }
H1.HeaderClassName
{
color: #B8EB5D;
}
.AnyTagClassName
{
color: #B8EB5D;
}
</style>
background-color css
<style>
a { background-color: #B8EB5D; }
a { background-color: rgb(184,235,93); }
div.DivClassName
{
background-color: #B8EB5D;
}
.BgClassName
{
background-color: #B8EB5D;
}
</style>
border-color css
<style>
span { border-color: #B8EB5D; }
span { border-color: rgb(184,235,93); }
td.TdClassName
{
border-color: #B8EB5D;
}
.TagClassName
{
border-color: #B8EB5D;
}
</style>