Shades of Conifer #BCFF5D
Tints of Conifer #BCFF5D
RGB
CMYK
RGB Variations
Color information
#BCFF5D (or 0xBCFF5D) is known color: Conifer. HEX triplet: BC, FF and 5D. RGB value is (188,255,93). Sum of RGB (Red+Green+Blue) = 188+255+93=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF5D is #4300A2. Grayscale: #D9D9D9. Windows color (decimal): -4391075 or 6160316. OLE color: 6160316.
HSL color Cylindrical-coordinate representation of color #BCFF5D: hue angle of 84.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFF5D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 93 | - |
| CMYK | 0.26 | 0 | 0.64 | 0 |
| HSL | 84.81º | 1% | 0.68% | - |
| HSV(B) | 84.81º | 0.64% | 1% | - |
| XYZ | 58.47 | 83 | 23.29 | - |
| YUV | 216.5 | 58.3 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 93 | 0.26 | 0 | 0.64 | 0 | 84.81 | 1 | 0.68 |
| Hex | BC | FF | 5D | 1A | 0 | 40 | 0 | 55 | 64 | 44 |
| Octal | 274 | 377 | 135 | 32 | 0 | 100 | 0 | 125 | 144 | 104 |
| Binary | 10111100 | 11111111 | 1011101 | 11010 | 0 | 1000000 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BCFF5D
Complementary color
Monochromatic Colors of #BCFF5D
Black with #BCFF5D
Text Example
Text Example
White with #BCFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF5D; }
p { color: rgb(188,255,93); }
H1.HeaderClassName
{
color: #BCFF5D;
}
.AnyTagClassName
{
color: #BCFF5D;
}
</style>
background-color css
<style>
a { background-color: #BCFF5D; }
a { background-color: rgb(188,255,93); }
div.DivClassName
{
background-color: #BCFF5D;
}
.BgClassName
{
background-color: #BCFF5D;
}
</style>
border-color css
<style>
span { border-color: #BCFF5D; }
span { border-color: rgb(188,255,93); }
td.TdClassName
{
border-color: #BCFF5D;
}
.TagClassName
{
border-color: #BCFF5D;
}
</style>