Shades of Conifer #B7DF48
Tints of Conifer #B7DF48
RGB
CMYK
RGB Variations
Color information
#B7DF48 (or 0xB7DF48) is known color: Conifer. HEX triplet: B7, DF and 48. RGB value is (183,223,72). Sum of RGB (Red+Green+Blue) = 183+223+72=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DF48 is #4820B7. Grayscale: #C2C2C2. Windows color (decimal): -4726968 or 4775863. OLE color: 4775863.
HSL color Cylindrical-coordinate representation of color #B7DF48: hue angle of 75.89º 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 #B7DF48 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 72 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.13 |
| HSL | 75.89º | 0.7% | 0.58% | - |
| HSV(B) | 75.89º | 0.68% | 0.87% | - |
| XYZ | 47.09 | 63.31 | 15.87 | - |
| YUV | 193.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 72 | 0.18 | 0 | 0.68 | 0.13 | 75.89 | 0.7 | 0.58 |
| Hex | B7 | DF | 48 | 12 | 0 | 44 | D | 4C | 46 | 3A |
| Octal | 267 | 337 | 110 | 22 | 0 | 104 | 15 | 114 | 106 | 72 |
| Binary | 10110111 | 11011111 | 1001000 | 10010 | 0 | 1000100 | 1101 | 1001100 | 1000110 | 111010 |
Color Harmonies of #B7DF48
Complementary color
Monochromatic Colors of #B7DF48
Black with #B7DF48
Text Example
Text Example
White with #B7DF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF48; }
p { color: rgb(183,223,72); }
H1.HeaderClassName
{
color: #B7DF48;
}
.AnyTagClassName
{
color: #B7DF48;
}
</style>
background-color css
<style>
a { background-color: #B7DF48; }
a { background-color: rgb(183,223,72); }
div.DivClassName
{
background-color: #B7DF48;
}
.BgClassName
{
background-color: #B7DF48;
}
</style>
border-color css
<style>
span { border-color: #B7DF48; }
span { border-color: rgb(183,223,72); }
td.TdClassName
{
border-color: #B7DF48;
}
.TagClassName
{
border-color: #B7DF48;
}
</style>