Shades of Conifer #BCDF55
Tints of Conifer #BCDF55
RGB
CMYK
RGB Variations
Color information
#BCDF55 (or 0xBCDF55) is known color: Conifer. HEX triplet: BC, DF and 55. RGB value is (188,223,85). Sum of RGB (Red+Green+Blue) = 188+223+85=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF55 is #4320AA. Grayscale: #C5C5C5. Windows color (decimal): -4399275 or 5627836. OLE color: 5627836.
HSL color Cylindrical-coordinate representation of color #BCDF55: hue angle of 75.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCDF55 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 85 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.13 |
| HSL | 75.22º | 0.68% | 0.6% | - |
| HSV(B) | 75.22º | 0.62% | 0.87% | - |
| XYZ | 48.77 | 64.12 | 18.4 | - |
| YUV | 196.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 85 | 0.16 | 0 | 0.62 | 0.13 | 75.22 | 0.68 | 0.6 |
| Hex | BC | DF | 55 | 10 | 0 | 3E | D | 4B | 44 | 3C |
| Octal | 274 | 337 | 125 | 20 | 0 | 76 | 15 | 113 | 104 | 74 |
| Binary | 10111100 | 11011111 | 1010101 | 10000 | 0 | 111110 | 1101 | 1001011 | 1000100 | 111100 |
Color Harmonies of #BCDF55
Complementary color
Monochromatic Colors of #BCDF55
Black with #BCDF55
Text Example
Text Example
White with #BCDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF55; }
p { color: rgb(188,223,85); }
H1.HeaderClassName
{
color: #BCDF55;
}
.AnyTagClassName
{
color: #BCDF55;
}
</style>
background-color css
<style>
a { background-color: #BCDF55; }
a { background-color: rgb(188,223,85); }
div.DivClassName
{
background-color: #BCDF55;
}
.BgClassName
{
background-color: #BCDF55;
}
</style>
border-color css
<style>
span { border-color: #BCDF55; }
span { border-color: rgb(188,223,85); }
td.TdClassName
{
border-color: #BCDF55;
}
.TagClassName
{
border-color: #BCDF55;
}
</style>