Shades of Conifer #BCFD57
Tints of Conifer #BCFD57
RGB
CMYK
RGB Variations
Color information
#BCFD57 (or 0xBCFD57) is known color: Conifer. HEX triplet: BC, FD and 57. RGB value is (188,253,87). Sum of RGB (Red+Green+Blue) = 188+253+87=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD57 is #4302A8. Grayscale: #D7D7D7. Windows color (decimal): -4391593 or 5766588. OLE color: 5766588.
HSL color Cylindrical-coordinate representation of color #BCFD57: hue angle of 83.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCFD57 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 87 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.01 |
| HSL | 83.49º | 0.98% | 0.67% | - |
| HSV(B) | 83.49º | 0.66% | 0.99% | - |
| XYZ | 57.58 | 81.63 | 21.74 | - |
| YUV | 214.64 | 55.97 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 87 | 0.26 | 0 | 0.66 | 0.01 | 83.49 | 0.98 | 0.67 |
| Hex | BC | FD | 57 | 1A | 0 | 42 | 1 | 53 | 62 | 43 |
| Octal | 274 | 375 | 127 | 32 | 0 | 102 | 1 | 123 | 142 | 103 |
| Binary | 10111100 | 11111101 | 1010111 | 11010 | 0 | 1000010 | 1 | 1010011 | 1100010 | 1000011 |
Color Harmonies of #BCFD57
Complementary color
Monochromatic Colors of #BCFD57
Black with #BCFD57
Text Example
Text Example
White with #BCFD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD57; }
p { color: rgb(188,253,87); }
H1.HeaderClassName
{
color: #BCFD57;
}
.AnyTagClassName
{
color: #BCFD57;
}
</style>
background-color css
<style>
a { background-color: #BCFD57; }
a { background-color: rgb(188,253,87); }
div.DivClassName
{
background-color: #BCFD57;
}
.BgClassName
{
background-color: #BCFD57;
}
</style>
border-color css
<style>
span { border-color: #BCFD57; }
span { border-color: rgb(188,253,87); }
td.TdClassName
{
border-color: #BCFD57;
}
.TagClassName
{
border-color: #BCFD57;
}
</style>