Shades of Conifer #BCDD57
Tints of Conifer #BCDD57
RGB
CMYK
RGB Variations
Color information
#BCDD57 (or 0xBCDD57) is known color: Conifer. HEX triplet: BC, DD and 57. RGB value is (188,221,87). Sum of RGB (Red+Green+Blue) = 188+221+87=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD57 is #4322A8. Grayscale: #C4C4C4. Windows color (decimal): -4399785 or 5758396. OLE color: 5758396.
HSL color Cylindrical-coordinate representation of color #BCDD57: hue angle of 74.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCDD57 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 87 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.13 |
| HSL | 74.78º | 0.66% | 0.6% | - |
| HSV(B) | 74.78º | 0.61% | 0.87% | - |
| XYZ | 48.32 | 63.09 | 18.65 | - |
| YUV | 195.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 87 | 0.15 | 0 | 0.61 | 0.13 | 74.78 | 0.66 | 0.6 |
| Hex | BC | DD | 57 | F | 0 | 3D | D | 4B | 42 | 3C |
| Octal | 274 | 335 | 127 | 17 | 0 | 75 | 15 | 113 | 102 | 74 |
| Binary | 10111100 | 11011101 | 1010111 | 1111 | 0 | 111101 | 1101 | 1001011 | 1000010 | 111100 |
Color Harmonies of #BCDD57
Complementary color
Monochromatic Colors of #BCDD57
Black with #BCDD57
Text Example
Text Example
White with #BCDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD57; }
p { color: rgb(188,221,87); }
H1.HeaderClassName
{
color: #BCDD57;
}
.AnyTagClassName
{
color: #BCDD57;
}
</style>
background-color css
<style>
a { background-color: #BCDD57; }
a { background-color: rgb(188,221,87); }
div.DivClassName
{
background-color: #BCDD57;
}
.BgClassName
{
background-color: #BCDD57;
}
</style>
border-color css
<style>
span { border-color: #BCDD57; }
span { border-color: rgb(188,221,87); }
td.TdClassName
{
border-color: #BCDD57;
}
.TagClassName
{
border-color: #BCDD57;
}
</style>