Shades of Conifer #B8EE49
Tints of Conifer #B8EE49
RGB
CMYK
RGB Variations
Color information
#B8EE49 (or 0xB8EE49) is known color: Conifer. HEX triplet: B8, EE and 49. RGB value is (184,238,73). Sum of RGB (Red+Green+Blue) = 184+238+73=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EE49 is #4711B6. Grayscale: #CBCBCB. Windows color (decimal): -4657591 or 4845240. OLE color: 4845240.
HSL color Cylindrical-coordinate representation of color #B8EE49: hue angle of 79.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8EE49 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 73 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.07 |
| HSL | 79.64º | 0.83% | 0.61% | - |
| HSV(B) | 79.64º | 0.69% | 0.93% | - |
| XYZ | 51.54 | 71.82 | 17.45 | - |
| YUV | 203.04 | 54.61 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 73 | 0.23 | 0 | 0.69 | 0.07 | 79.64 | 0.83 | 0.61 |
| Hex | B8 | EE | 49 | 17 | 0 | 45 | 7 | 50 | 53 | 3D |
| Octal | 270 | 356 | 111 | 27 | 0 | 105 | 7 | 120 | 123 | 75 |
| Binary | 10111000 | 11101110 | 1001001 | 10111 | 0 | 1000101 | 111 | 1010000 | 1010011 | 111101 |
Color Harmonies of #B8EE49
Complementary color
Monochromatic Colors of #B8EE49
Black with #B8EE49
Text Example
Text Example
White with #B8EE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EE49; }
p { color: rgb(184,238,73); }
H1.HeaderClassName
{
color: #B8EE49;
}
.AnyTagClassName
{
color: #B8EE49;
}
</style>
background-color css
<style>
a { background-color: #B8EE49; }
a { background-color: rgb(184,238,73); }
div.DivClassName
{
background-color: #B8EE49;
}
.BgClassName
{
background-color: #B8EE49;
}
</style>
border-color css
<style>
span { border-color: #B8EE49; }
span { border-color: rgb(184,238,73); }
td.TdClassName
{
border-color: #B8EE49;
}
.TagClassName
{
border-color: #B8EE49;
}
</style>