Shades of Conifer #B8DF47
Tints of Conifer #B8DF47
RGB
CMYK
RGB Variations
Color information
#B8DF47 (or 0xB8DF47) is known color: Conifer. HEX triplet: B8, DF and 47. RGB value is (184,223,71). Sum of RGB (Red+Green+Blue) = 184+223+71=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DF47 is #4720B8. Grayscale: #C2C2C2. Windows color (decimal): -4661433 or 4710328. OLE color: 4710328.
HSL color Cylindrical-coordinate representation of color #B8DF47: hue angle of 75.39º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8DF47 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 71 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.13 |
| HSL | 75.39º | 0.7% | 0.58% | - |
| HSV(B) | 75.39º | 0.68% | 0.87% | - |
| XYZ | 47.29 | 63.42 | 15.71 | - |
| YUV | 194.01 | 58.58 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 71 | 0.17 | 0 | 0.68 | 0.13 | 75.39 | 0.7 | 0.58 |
| Hex | B8 | DF | 47 | 11 | 0 | 44 | D | 4B | 46 | 3A |
| Octal | 270 | 337 | 107 | 21 | 0 | 104 | 15 | 113 | 106 | 72 |
| Binary | 10111000 | 11011111 | 1000111 | 10001 | 0 | 1000100 | 1101 | 1001011 | 1000110 | 111010 |
Color Harmonies of #B8DF47
Complementary color
Monochromatic Colors of #B8DF47
Black with #B8DF47
Text Example
Text Example
White with #B8DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF47; }
p { color: rgb(184,223,71); }
H1.HeaderClassName
{
color: #B8DF47;
}
.AnyTagClassName
{
color: #B8DF47;
}
</style>
background-color css
<style>
a { background-color: #B8DF47; }
a { background-color: rgb(184,223,71); }
div.DivClassName
{
background-color: #B8DF47;
}
.BgClassName
{
background-color: #B8DF47;
}
</style>
border-color css
<style>
span { border-color: #B8DF47; }
span { border-color: rgb(184,223,71); }
td.TdClassName
{
border-color: #B8DF47;
}
.TagClassName
{
border-color: #B8DF47;
}
</style>