Shades of Conifer #BBDF4E
Tints of Conifer #BBDF4E
RGB
CMYK
RGB Variations
Color information
#BBDF4E (or 0xBBDF4E) is known color: Conifer. HEX triplet: BB, DF and 4E. RGB value is (187,223,78). Sum of RGB (Red+Green+Blue) = 187+223+78=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF4E is #4420B1. Grayscale: #C4C4C4. Windows color (decimal): -4464818 or 5169083. OLE color: 5169083.
HSL color Cylindrical-coordinate representation of color #BBDF4E: hue angle of 74.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBDF4E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 78 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.13 |
| HSL | 74.9º | 0.69% | 0.59% | - |
| HSV(B) | 74.9º | 0.65% | 0.87% | - |
| XYZ | 48.26 | 63.89 | 17 | - |
| YUV | 195.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 78 | 0.16 | 0 | 0.65 | 0.13 | 74.9 | 0.69 | 0.59 |
| Hex | BB | DF | 4E | 10 | 0 | 41 | D | 4B | 45 | 3B |
| Octal | 273 | 337 | 116 | 20 | 0 | 101 | 15 | 113 | 105 | 73 |
| Binary | 10111011 | 11011111 | 1001110 | 10000 | 0 | 1000001 | 1101 | 1001011 | 1000101 | 111011 |
Color Harmonies of #BBDF4E
Complementary color
Monochromatic Colors of #BBDF4E
Black with #BBDF4E
Text Example
Text Example
White with #BBDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF4E; }
p { color: rgb(187,223,78); }
H1.HeaderClassName
{
color: #BBDF4E;
}
.AnyTagClassName
{
color: #BBDF4E;
}
</style>
background-color css
<style>
a { background-color: #BBDF4E; }
a { background-color: rgb(187,223,78); }
div.DivClassName
{
background-color: #BBDF4E;
}
.BgClassName
{
background-color: #BBDF4E;
}
</style>
border-color css
<style>
span { border-color: #BBDF4E; }
span { border-color: rgb(187,223,78); }
td.TdClassName
{
border-color: #BBDF4E;
}
.TagClassName
{
border-color: #BBDF4E;
}
</style>