Shades of Conifer #B8E449
Tints of Conifer #B8E449
RGB
CMYK
RGB Variations
Color information
#B8E449 (or 0xB8E449) is known color: Conifer. HEX triplet: B8, E4 and 49. RGB value is (184,228,73). Sum of RGB (Red+Green+Blue) = 184+228+73=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E449 is #471BB6. Grayscale: #C5C5C5. Windows color (decimal): -4660151 or 4842680. OLE color: 4842680.
HSL color Cylindrical-coordinate representation of color #B8E449: hue angle of 77.03º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8E449 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 73 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.11 |
| HSL | 77.03º | 0.74% | 0.59% | - |
| HSV(B) | 77.03º | 0.68% | 0.89% | - |
| XYZ | 48.71 | 66.16 | 16.51 | - |
| YUV | 197.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 73 | 0.19 | 0 | 0.68 | 0.11 | 77.03 | 0.74 | 0.59 |
| Hex | B8 | E4 | 49 | 13 | 0 | 44 | B | 4D | 4A | 3B |
| Octal | 270 | 344 | 111 | 23 | 0 | 104 | 13 | 115 | 112 | 73 |
| Binary | 10111000 | 11100100 | 1001001 | 10011 | 0 | 1000100 | 1011 | 1001101 | 1001010 | 111011 |
Color Harmonies of #B8E449
Complementary color
Monochromatic Colors of #B8E449
Black with #B8E449
Text Example
Text Example
White with #B8E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E449; }
p { color: rgb(184,228,73); }
H1.HeaderClassName
{
color: #B8E449;
}
.AnyTagClassName
{
color: #B8E449;
}
</style>
background-color css
<style>
a { background-color: #B8E449; }
a { background-color: rgb(184,228,73); }
div.DivClassName
{
background-color: #B8E449;
}
.BgClassName
{
background-color: #B8E449;
}
</style>
border-color css
<style>
span { border-color: #B8E449; }
span { border-color: rgb(184,228,73); }
td.TdClassName
{
border-color: #B8E449;
}
.TagClassName
{
border-color: #B8E449;
}
</style>