Shades of Conifer #BCDF44
Tints of Conifer #BCDF44
RGB
CMYK
RGB Variations
Color information
#BCDF44 (or 0xBCDF44) is known color: Conifer. HEX triplet: BC, DF and 44. RGB value is (188,223,68). Sum of RGB (Red+Green+Blue) = 188+223+68=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF44 is #4320BB. Grayscale: #C3C3C3. Windows color (decimal): -4399292 or 4513724. OLE color: 4513724.
HSL color Cylindrical-coordinate representation of color #BCDF44: hue angle of 73.55º 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 #BCDF44 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 68 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.13 |
| HSL | 73.55º | 0.71% | 0.57% | - |
| HSV(B) | 73.55º | 0.7% | 0.87% | - |
| XYZ | 48.17 | 63.88 | 15.26 | - |
| YUV | 194.87 | 56.4 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 68 | 0.16 | 0 | 0.70 | 0.13 | 73.55 | 0.71 | 0.57 |
| Hex | BC | DF | 44 | 10 | 0 | 46 | D | 4A | 47 | 39 |
| Octal | 274 | 337 | 104 | 20 | 0 | 106 | 15 | 112 | 107 | 71 |
| Binary | 10111100 | 11011111 | 1000100 | 10000 | 0 | 1000110 | 1101 | 1001010 | 1000111 | 111001 |
Color Harmonies of #BCDF44
Complementary color
Monochromatic Colors of #BCDF44
Black with #BCDF44
Text Example
Text Example
White with #BCDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF44; }
p { color: rgb(188,223,68); }
H1.HeaderClassName
{
color: #BCDF44;
}
.AnyTagClassName
{
color: #BCDF44;
}
</style>
background-color css
<style>
a { background-color: #BCDF44; }
a { background-color: rgb(188,223,68); }
div.DivClassName
{
background-color: #BCDF44;
}
.BgClassName
{
background-color: #BCDF44;
}
</style>
border-color css
<style>
span { border-color: #BCDF44; }
span { border-color: rgb(188,223,68); }
td.TdClassName
{
border-color: #BCDF44;
}
.TagClassName
{
border-color: #BCDF44;
}
</style>