Shades of Conifer #B8F45A
Tints of Conifer #B8F45A
RGB
CMYK
RGB Variations
Color information
#B8F45A (or 0xB8F45A) is known color: Conifer. HEX triplet: B8, F4 and 5A. RGB value is (184,244,90). Sum of RGB (Red+Green+Blue) = 184+244+90=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F45A is #470BA5. Grayscale: #D1D1D1. Windows color (decimal): -4656038 or 5960888. OLE color: 5960888.
HSL color Cylindrical-coordinate representation of color #B8F45A: hue angle of 83.38º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8F45A is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 90 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.04 |
| HSL | 83.38º | 0.88% | 0.65% | - |
| HSV(B) | 83.38º | 0.63% | 0.96% | - |
| XYZ | 53.96 | 75.63 | 21.43 | - |
| YUV | 208.5 | 61.12 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 90 | 0.25 | 0 | 0.63 | 0.04 | 83.38 | 0.88 | 0.65 |
| Hex | B8 | F4 | 5A | 19 | 0 | 3F | 4 | 53 | 58 | 41 |
| Octal | 270 | 364 | 132 | 31 | 0 | 77 | 4 | 123 | 130 | 101 |
| Binary | 10111000 | 11110100 | 1011010 | 11001 | 0 | 111111 | 100 | 1010011 | 1011000 | 1000001 |
Color Harmonies of #B8F45A
Complementary color
Monochromatic Colors of #B8F45A
Black with #B8F45A
Text Example
Text Example
White with #B8F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F45A; }
p { color: rgb(184,244,90); }
H1.HeaderClassName
{
color: #B8F45A;
}
.AnyTagClassName
{
color: #B8F45A;
}
</style>
background-color css
<style>
a { background-color: #B8F45A; }
a { background-color: rgb(184,244,90); }
div.DivClassName
{
background-color: #B8F45A;
}
.BgClassName
{
background-color: #B8F45A;
}
</style>
border-color css
<style>
span { border-color: #B8F45A; }
span { border-color: rgb(184,244,90); }
td.TdClassName
{
border-color: #B8F45A;
}
.TagClassName
{
border-color: #B8F45A;
}
</style>