Shades of Conifer #BBDF4F
Tints of Conifer #BBDF4F
RGB
CMYK
RGB Variations
Color information
#BBDF4F (or 0xBBDF4F) is known color: Conifer. HEX triplet: BB, DF and 4F. RGB value is (187,223,79). Sum of RGB (Red+Green+Blue) = 187+223+79=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF4F is #4420B0. Grayscale: #C4C4C4. Windows color (decimal): -4464817 or 5234619. OLE color: 5234619.
HSL color Cylindrical-coordinate representation of color #BBDF4F: hue angle of 75º 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 #BBDF4F is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 79 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.13 |
| HSL | 75º | 0.69% | 0.59% | - |
| HSV(B) | 75º | 0.65% | 0.87% | - |
| XYZ | 48.29 | 63.9 | 17.19 | - |
| YUV | 195.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 79 | 0.16 | 0 | 0.65 | 0.13 | 75 | 0.69 | 0.59 |
| Hex | BB | DF | 4F | 10 | 0 | 41 | D | 4B | 45 | 3B |
| Octal | 273 | 337 | 117 | 20 | 0 | 101 | 15 | 113 | 105 | 73 |
| Binary | 10111011 | 11011111 | 1001111 | 10000 | 0 | 1000001 | 1101 | 1001011 | 1000101 | 111011 |
Color Harmonies of #BBDF4F
Complementary color
Monochromatic Colors of #BBDF4F
Black with #BBDF4F
Text Example
Text Example
White with #BBDF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF4F; }
p { color: rgb(187,223,79); }
H1.HeaderClassName
{
color: #BBDF4F;
}
.AnyTagClassName
{
color: #BBDF4F;
}
</style>
background-color css
<style>
a { background-color: #BBDF4F; }
a { background-color: rgb(187,223,79); }
div.DivClassName
{
background-color: #BBDF4F;
}
.BgClassName
{
background-color: #BBDF4F;
}
</style>
border-color css
<style>
span { border-color: #BBDF4F; }
span { border-color: rgb(187,223,79); }
td.TdClassName
{
border-color: #BBDF4F;
}
.TagClassName
{
border-color: #BBDF4F;
}
</style>