Shades of Conifer #BCFF54
Tints of Conifer #BCFF54
RGB
CMYK
RGB Variations
Color information
#BCFF54 (or 0xBCFF54) is known color: Conifer. HEX triplet: BC, FF and 54. RGB value is (188,255,84). Sum of RGB (Red+Green+Blue) = 188+255+84=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF54 is #4300AB. Grayscale: #D8D8D8. Windows color (decimal): -4391084 or 5570492. OLE color: 5570492.
HSL color Cylindrical-coordinate representation of color #BCFF54: hue angle of 83.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFF54 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 84 | - |
| CMYK | 0.26 | 0 | 0.67 | 0 |
| HSL | 83.51º | 1% | 0.66% | - |
| HSV(B) | 83.51º | 0.67% | 1% | - |
| XYZ | 58.1 | 82.85 | 21.32 | - |
| YUV | 215.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 84 | 0.26 | 0 | 0.67 | 0 | 83.51 | 1 | 0.66 |
| Hex | BC | FF | 54 | 1A | 0 | 43 | 0 | 54 | 64 | 42 |
| Octal | 274 | 377 | 124 | 32 | 0 | 103 | 0 | 124 | 144 | 102 |
| Binary | 10111100 | 11111111 | 1010100 | 11010 | 0 | 1000011 | 0 | 1010100 | 1100100 | 1000010 |
Color Harmonies of #BCFF54
Complementary color
Monochromatic Colors of #BCFF54
Black with #BCFF54
Text Example
Text Example
White with #BCFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF54; }
p { color: rgb(188,255,84); }
H1.HeaderClassName
{
color: #BCFF54;
}
.AnyTagClassName
{
color: #BCFF54;
}
</style>
background-color css
<style>
a { background-color: #BCFF54; }
a { background-color: rgb(188,255,84); }
div.DivClassName
{
background-color: #BCFF54;
}
.BgClassName
{
background-color: #BCFF54;
}
</style>
border-color css
<style>
span { border-color: #BCFF54; }
span { border-color: rgb(188,255,84); }
td.TdClassName
{
border-color: #BCFF54;
}
.TagClassName
{
border-color: #BCFF54;
}
</style>