Shades of Conifer #BBDF45
Tints of Conifer #BBDF45
RGB
CMYK
RGB Variations
Color information
#BBDF45 (or 0xBBDF45) is known color: Conifer. HEX triplet: BB, DF and 45. RGB value is (187,223,69). Sum of RGB (Red+Green+Blue) = 187+223+69=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF45 is #4420BA. Grayscale: #C3C3C3. Windows color (decimal): -4464827 or 4579259. OLE color: 4579259.
HSL color Cylindrical-coordinate representation of color #BBDF45: hue angle of 74.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBDF45 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 69 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.13 |
| HSL | 74.03º | 0.71% | 0.57% | - |
| HSV(B) | 74.03º | 0.69% | 0.87% | - |
| XYZ | 47.96 | 63.77 | 15.41 | - |
| YUV | 194.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 69 | 0.16 | 0 | 0.69 | 0.13 | 74.03 | 0.71 | 0.57 |
| Hex | BB | DF | 45 | 10 | 0 | 45 | D | 4A | 47 | 39 |
| Octal | 273 | 337 | 105 | 20 | 0 | 105 | 15 | 112 | 107 | 71 |
| Binary | 10111011 | 11011111 | 1000101 | 10000 | 0 | 1000101 | 1101 | 1001010 | 1000111 | 111001 |
Color Harmonies of #BBDF45
Complementary color
Monochromatic Colors of #BBDF45
Black with #BBDF45
Text Example
Text Example
White with #BBDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF45; }
p { color: rgb(187,223,69); }
H1.HeaderClassName
{
color: #BBDF45;
}
.AnyTagClassName
{
color: #BBDF45;
}
</style>
background-color css
<style>
a { background-color: #BBDF45; }
a { background-color: rgb(187,223,69); }
div.DivClassName
{
background-color: #BBDF45;
}
.BgClassName
{
background-color: #BBDF45;
}
</style>
border-color css
<style>
span { border-color: #BBDF45; }
span { border-color: rgb(187,223,69); }
td.TdClassName
{
border-color: #BBDF45;
}
.TagClassName
{
border-color: #BBDF45;
}
</style>