Shades of Conifer #BBDF44
Tints of Conifer #BBDF44
RGB
CMYK
RGB Variations
Color information
#BBDF44 (or 0xBBDF44) is known color: Conifer. HEX triplet: BB, DF and 44. RGB value is (187,223,68). Sum of RGB (Red+Green+Blue) = 187+223+68=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF44 is #4420BB. Grayscale: #C3C3C3. Windows color (decimal): -4464828 or 4513723. OLE color: 4513723.
HSL color Cylindrical-coordinate representation of color #BBDF44: hue angle of 73.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBDF44 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 68 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.13 |
| HSL | 73.94º | 0.71% | 0.57% | - |
| HSV(B) | 73.94º | 0.7% | 0.87% | - |
| XYZ | 47.92 | 63.76 | 15.25 | - |
| YUV | 194.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 68 | 0.16 | 0 | 0.70 | 0.13 | 73.94 | 0.71 | 0.57 |
| Hex | BB | DF | 44 | 10 | 0 | 46 | D | 4A | 47 | 39 |
| Octal | 273 | 337 | 104 | 20 | 0 | 106 | 15 | 112 | 107 | 71 |
| Binary | 10111011 | 11011111 | 1000100 | 10000 | 0 | 1000110 | 1101 | 1001010 | 1000111 | 111001 |
Color Harmonies of #BBDF44
Complementary color
Monochromatic Colors of #BBDF44
Black with #BBDF44
Text Example
Text Example
White with #BBDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF44; }
p { color: rgb(187,223,68); }
H1.HeaderClassName
{
color: #BBDF44;
}
.AnyTagClassName
{
color: #BBDF44;
}
</style>
background-color css
<style>
a { background-color: #BBDF44; }
a { background-color: rgb(187,223,68); }
div.DivClassName
{
background-color: #BBDF44;
}
.BgClassName
{
background-color: #BBDF44;
}
</style>
border-color css
<style>
span { border-color: #BBDF44; }
span { border-color: rgb(187,223,68); }
td.TdClassName
{
border-color: #BBDF44;
}
.TagClassName
{
border-color: #BBDF44;
}
</style>