Shades of Conifer #BBDF51
Tints of Conifer #BBDF51
RGB
CMYK
RGB Variations
Color information
#BBDF51 (or 0xBBDF51) is known color: Conifer. HEX triplet: BB, DF and 51. RGB value is (187,223,81). Sum of RGB (Red+Green+Blue) = 187+223+81=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF51 is #4420AE. Grayscale: #C4C4C4. Windows color (decimal): -4464815 or 5365691. OLE color: 5365691.
HSL color Cylindrical-coordinate representation of color #BBDF51: hue angle of 75.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBDF51 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 81 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.13 |
| HSL | 75.21º | 0.69% | 0.6% | - |
| HSV(B) | 75.21º | 0.64% | 0.87% | - |
| XYZ | 48.37 | 63.93 | 17.58 | - |
| YUV | 196.05 | 63.07 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 81 | 0.16 | 0 | 0.64 | 0.13 | 75.21 | 0.69 | 0.6 |
| Hex | BB | DF | 51 | 10 | 0 | 40 | D | 4B | 45 | 3C |
| Octal | 273 | 337 | 121 | 20 | 0 | 100 | 15 | 113 | 105 | 74 |
| Binary | 10111011 | 11011111 | 1010001 | 10000 | 0 | 1000000 | 1101 | 1001011 | 1000101 | 111100 |
Color Harmonies of #BBDF51
Complementary color
Monochromatic Colors of #BBDF51
Black with #BBDF51
Text Example
Text Example
White with #BBDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF51; }
p { color: rgb(187,223,81); }
H1.HeaderClassName
{
color: #BBDF51;
}
.AnyTagClassName
{
color: #BBDF51;
}
</style>
background-color css
<style>
a { background-color: #BBDF51; }
a { background-color: rgb(187,223,81); }
div.DivClassName
{
background-color: #BBDF51;
}
.BgClassName
{
background-color: #BBDF51;
}
</style>
border-color css
<style>
span { border-color: #BBDF51; }
span { border-color: rgb(187,223,81); }
td.TdClassName
{
border-color: #BBDF51;
}
.TagClassName
{
border-color: #BBDF51;
}
</style>