Shades of Conifer #BCDF58
Tints of Conifer #BCDF58
RGB
CMYK
RGB Variations
Color information
#BCDF58 (or 0xBCDF58) is known color: Conifer. HEX triplet: BC, DF and 58. RGB value is (188,223,88). Sum of RGB (Red+Green+Blue) = 188+223+88=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF58 is #4320A7. Grayscale: #C5C5C5. Windows color (decimal): -4399272 or 5824444. OLE color: 5824444.
HSL color Cylindrical-coordinate representation of color #BCDF58: hue angle of 75.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCDF58 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 88 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.13 |
| HSL | 75.56º | 0.68% | 0.61% | - |
| HSV(B) | 75.56º | 0.61% | 0.87% | - |
| XYZ | 48.89 | 64.17 | 19.04 | - |
| YUV | 197.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 88 | 0.16 | 0 | 0.61 | 0.13 | 75.56 | 0.68 | 0.61 |
| Hex | BC | DF | 58 | 10 | 0 | 3D | D | 4C | 44 | 3D |
| Octal | 274 | 337 | 130 | 20 | 0 | 75 | 15 | 114 | 104 | 75 |
| Binary | 10111100 | 11011111 | 1011000 | 10000 | 0 | 111101 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BCDF58
Complementary color
Monochromatic Colors of #BCDF58
Black with #BCDF58
Text Example
Text Example
White with #BCDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF58; }
p { color: rgb(188,223,88); }
H1.HeaderClassName
{
color: #BCDF58;
}
.AnyTagClassName
{
color: #BCDF58;
}
</style>
background-color css
<style>
a { background-color: #BCDF58; }
a { background-color: rgb(188,223,88); }
div.DivClassName
{
background-color: #BCDF58;
}
.BgClassName
{
background-color: #BCDF58;
}
</style>
border-color css
<style>
span { border-color: #BCDF58; }
span { border-color: rgb(188,223,88); }
td.TdClassName
{
border-color: #BCDF58;
}
.TagClassName
{
border-color: #BCDF58;
}
</style>