Shades of Conifer #BBDF50
Tints of Conifer #BBDF50
RGB
CMYK
RGB Variations
Color information
#BBDF50 (or 0xBBDF50) is known color: Conifer. HEX triplet: BB, DF and 50. RGB value is (187,223,80). Sum of RGB (Red+Green+Blue) = 187+223+80=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF50 is #4420AF. Grayscale: #C4C4C4. Windows color (decimal): -4464816 or 5300155. OLE color: 5300155.
HSL color Cylindrical-coordinate representation of color #BBDF50: hue angle of 75.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBDF50 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 80 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.13 |
| HSL | 75.1º | 0.69% | 0.59% | - |
| HSV(B) | 75.1º | 0.64% | 0.87% | - |
| XYZ | 48.33 | 63.92 | 17.38 | - |
| YUV | 195.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 80 | 0.16 | 0 | 0.64 | 0.13 | 75.1 | 0.69 | 0.59 |
| Hex | BB | DF | 50 | 10 | 0 | 40 | D | 4B | 45 | 3B |
| Octal | 273 | 337 | 120 | 20 | 0 | 100 | 15 | 113 | 105 | 73 |
| Binary | 10111011 | 11011111 | 1010000 | 10000 | 0 | 1000000 | 1101 | 1001011 | 1000101 | 111011 |
Color Harmonies of #BBDF50
Complementary color
Monochromatic Colors of #BBDF50
Black with #BBDF50
Text Example
Text Example
White with #BBDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF50; }
p { color: rgb(187,223,80); }
H1.HeaderClassName
{
color: #BBDF50;
}
.AnyTagClassName
{
color: #BBDF50;
}
</style>
background-color css
<style>
a { background-color: #BBDF50; }
a { background-color: rgb(187,223,80); }
div.DivClassName
{
background-color: #BBDF50;
}
.BgClassName
{
background-color: #BBDF50;
}
</style>
border-color css
<style>
span { border-color: #BBDF50; }
span { border-color: rgb(187,223,80); }
td.TdClassName
{
border-color: #BBDF50;
}
.TagClassName
{
border-color: #BBDF50;
}
</style>