Shades of Conifer #BCFF57
Tints of Conifer #BCFF57
RGB
CMYK
RGB Variations
Color information
#BCFF57 (or 0xBCFF57) is known color: Conifer. HEX triplet: BC, FF and 57. RGB value is (188,255,87). Sum of RGB (Red+Green+Blue) = 188+255+87=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF57 is #4300A8. Grayscale: #D8D8D8. Windows color (decimal): -4391081 or 5767100. OLE color: 5767100.
HSL color Cylindrical-coordinate representation of color #BCFF57: hue angle of 83.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCFF57 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 87 | - |
| CMYK | 0.26 | 0 | 0.66 | 0 |
| HSL | 83.93º | 1% | 0.67% | - |
| HSV(B) | 83.93º | 0.66% | 1% | - |
| XYZ | 58.22 | 82.9 | 21.95 | - |
| YUV | 215.82 | 55.3 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 87 | 0.26 | 0 | 0.66 | 0 | 83.93 | 1 | 0.67 |
| Hex | BC | FF | 57 | 1A | 0 | 42 | 0 | 54 | 64 | 43 |
| Octal | 274 | 377 | 127 | 32 | 0 | 102 | 0 | 124 | 144 | 103 |
| Binary | 10111100 | 11111111 | 1010111 | 11010 | 0 | 1000010 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BCFF57
Complementary color
Monochromatic Colors of #BCFF57
Black with #BCFF57
Text Example
Text Example
White with #BCFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF57; }
p { color: rgb(188,255,87); }
H1.HeaderClassName
{
color: #BCFF57;
}
.AnyTagClassName
{
color: #BCFF57;
}
</style>
background-color css
<style>
a { background-color: #BCFF57; }
a { background-color: rgb(188,255,87); }
div.DivClassName
{
background-color: #BCFF57;
}
.BgClassName
{
background-color: #BCFF57;
}
</style>
border-color css
<style>
span { border-color: #BCFF57; }
span { border-color: rgb(188,255,87); }
td.TdClassName
{
border-color: #BCFF57;
}
.TagClassName
{
border-color: #BCFF57;
}
</style>