Shades of Conifer #BCFF5A
Tints of Conifer #BCFF5A
RGB
CMYK
RGB Variations
Color information
#BCFF5A (or 0xBCFF5A) is known color: Conifer. HEX triplet: BC, FF and 5A. RGB value is (188,255,90). Sum of RGB (Red+Green+Blue) = 188+255+90=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF5A is #4300A5. Grayscale: #D8D8D8. Windows color (decimal): -4391078 or 5963708. OLE color: 5963708.
HSL color Cylindrical-coordinate representation of color #BCFF5A: hue angle of 84.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCFF5A is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 90 | - |
| CMYK | 0.26 | 0 | 0.65 | 0 |
| HSL | 84.36º | 1% | 0.68% | - |
| HSV(B) | 84.36º | 0.65% | 1% | - |
| XYZ | 58.34 | 82.95 | 22.61 | - |
| YUV | 216.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 90 | 0.26 | 0 | 0.65 | 0 | 84.36 | 1 | 0.68 |
| Hex | BC | FF | 5A | 1A | 0 | 41 | 0 | 54 | 64 | 44 |
| Octal | 274 | 377 | 132 | 32 | 0 | 101 | 0 | 124 | 144 | 104 |
| Binary | 10111100 | 11111111 | 1011010 | 11010 | 0 | 1000001 | 0 | 1010100 | 1100100 | 1000100 |
Color Harmonies of #BCFF5A
Complementary color
Monochromatic Colors of #BCFF5A
Black with #BCFF5A
Text Example
Text Example
White with #BCFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF5A; }
p { color: rgb(188,255,90); }
H1.HeaderClassName
{
color: #BCFF5A;
}
.AnyTagClassName
{
color: #BCFF5A;
}
</style>
background-color css
<style>
a { background-color: #BCFF5A; }
a { background-color: rgb(188,255,90); }
div.DivClassName
{
background-color: #BCFF5A;
}
.BgClassName
{
background-color: #BCFF5A;
}
</style>
border-color css
<style>
span { border-color: #BCFF5A; }
span { border-color: rgb(188,255,90); }
td.TdClassName
{
border-color: #BCFF5A;
}
.TagClassName
{
border-color: #BCFF5A;
}
</style>