Shades of Conifer #B8F45D
Tints of Conifer #B8F45D
RGB
CMYK
RGB Variations
Color information
#B8F45D (or 0xB8F45D) is known color: Conifer. HEX triplet: B8, F4 and 5D. RGB value is (184,244,93). Sum of RGB (Red+Green+Blue) = 184+244+93=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F45D is #470BA2. Grayscale: #D1D1D1. Windows color (decimal): -4656035 or 6157496. OLE color: 6157496.
HSL color Cylindrical-coordinate representation of color #B8F45D: hue angle of 83.84º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8F45D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 93 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.04 |
| HSL | 83.84º | 0.87% | 0.66% | - |
| HSV(B) | 83.84º | 0.62% | 0.96% | - |
| XYZ | 54.09 | 75.68 | 22.11 | - |
| YUV | 208.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 93 | 0.25 | 0 | 0.62 | 0.04 | 83.84 | 0.87 | 0.66 |
| Hex | B8 | F4 | 5D | 19 | 0 | 3E | 4 | 54 | 57 | 42 |
| Octal | 270 | 364 | 135 | 31 | 0 | 76 | 4 | 124 | 127 | 102 |
| Binary | 10111000 | 11110100 | 1011101 | 11001 | 0 | 111110 | 100 | 1010100 | 1010111 | 1000010 |
Color Harmonies of #B8F45D
Complementary color
Monochromatic Colors of #B8F45D
Black with #B8F45D
Text Example
Text Example
White with #B8F45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F45D; }
p { color: rgb(184,244,93); }
H1.HeaderClassName
{
color: #B8F45D;
}
.AnyTagClassName
{
color: #B8F45D;
}
</style>
background-color css
<style>
a { background-color: #B8F45D; }
a { background-color: rgb(184,244,93); }
div.DivClassName
{
background-color: #B8F45D;
}
.BgClassName
{
background-color: #B8F45D;
}
</style>
border-color css
<style>
span { border-color: #B8F45D; }
span { border-color: rgb(184,244,93); }
td.TdClassName
{
border-color: #B8F45D;
}
.TagClassName
{
border-color: #B8F45D;
}
</style>