Shades of Conifer #BBDF47
Tints of Conifer #BBDF47
RGB
CMYK
RGB Variations
Color information
#BBDF47 (or 0xBBDF47) is known color: Conifer. HEX triplet: BB, DF and 47. RGB value is (187,223,71). Sum of RGB (Red+Green+Blue) = 187+223+71=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF47 is #4420B8. Grayscale: #C3C3C3. Windows color (decimal): -4464825 or 4710331. OLE color: 4710331.
HSL color Cylindrical-coordinate representation of color #BBDF47: hue angle of 74.21º 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 #BBDF47 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 71 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.13 |
| HSL | 74.21º | 0.7% | 0.58% | - |
| HSV(B) | 74.21º | 0.68% | 0.87% | - |
| XYZ | 48.02 | 63.8 | 15.74 | - |
| YUV | 194.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 71 | 0.16 | 0 | 0.68 | 0.13 | 74.21 | 0.7 | 0.58 |
| Hex | BB | DF | 47 | 10 | 0 | 44 | D | 4A | 46 | 3A |
| Octal | 273 | 337 | 107 | 20 | 0 | 104 | 15 | 112 | 106 | 72 |
| Binary | 10111011 | 11011111 | 1000111 | 10000 | 0 | 1000100 | 1101 | 1001010 | 1000110 | 111010 |
Color Harmonies of #BBDF47
Complementary color
Monochromatic Colors of #BBDF47
Black with #BBDF47
Text Example
Text Example
White with #BBDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF47; }
p { color: rgb(187,223,71); }
H1.HeaderClassName
{
color: #BBDF47;
}
.AnyTagClassName
{
color: #BBDF47;
}
</style>
background-color css
<style>
a { background-color: #BBDF47; }
a { background-color: rgb(187,223,71); }
div.DivClassName
{
background-color: #BBDF47;
}
.BgClassName
{
background-color: #BBDF47;
}
</style>
border-color css
<style>
span { border-color: #BBDF47; }
span { border-color: rgb(187,223,71); }
td.TdClassName
{
border-color: #BBDF47;
}
.TagClassName
{
border-color: #BBDF47;
}
</style>