Shades of Conifer #BCDF59
Tints of Conifer #BCDF59
RGB
CMYK
RGB Variations
Color information
#BCDF59 (or 0xBCDF59) is known color: Conifer. HEX triplet: BC, DF and 59. RGB value is (188,223,89). Sum of RGB (Red+Green+Blue) = 188+223+89=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF59 is #4320A6. Grayscale: #C5C5C5. Windows color (decimal): -4399271 or 5889980. OLE color: 5889980.
HSL color Cylindrical-coordinate representation of color #BCDF59: hue angle of 75.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCDF59 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 89 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.13 |
| HSL | 75.67º | 0.68% | 0.61% | - |
| HSV(B) | 75.67º | 0.6% | 0.87% | - |
| XYZ | 48.93 | 64.19 | 19.26 | - |
| YUV | 197.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 89 | 0.16 | 0 | 0.60 | 0.13 | 75.67 | 0.68 | 0.61 |
| Hex | BC | DF | 59 | 10 | 0 | 3C | D | 4C | 44 | 3D |
| Octal | 274 | 337 | 131 | 20 | 0 | 74 | 15 | 114 | 104 | 75 |
| Binary | 10111100 | 11011111 | 1011001 | 10000 | 0 | 111100 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BCDF59
Complementary color
Monochromatic Colors of #BCDF59
Black with #BCDF59
Text Example
Text Example
White with #BCDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF59; }
p { color: rgb(188,223,89); }
H1.HeaderClassName
{
color: #BCDF59;
}
.AnyTagClassName
{
color: #BCDF59;
}
</style>
background-color css
<style>
a { background-color: #BCDF59; }
a { background-color: rgb(188,223,89); }
div.DivClassName
{
background-color: #BCDF59;
}
.BgClassName
{
background-color: #BCDF59;
}
</style>
border-color css
<style>
span { border-color: #BCDF59; }
span { border-color: rgb(188,223,89); }
td.TdClassName
{
border-color: #BCDF59;
}
.TagClassName
{
border-color: #BCDF59;
}
</style>