Shades of Conifer #BCFA5E
Tints of Conifer #BCFA5E
RGB
CMYK
RGB Variations
Color information
#BCFA5E (or 0xBCFA5E) is known color: Conifer. HEX triplet: BC, FA and 5E. RGB value is (188,250,94). Sum of RGB (Red+Green+Blue) = 188+250+94=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA5E is #4305A1. Grayscale: #D6D6D6. Windows color (decimal): -4392354 or 6224572. OLE color: 6224572.
HSL color Cylindrical-coordinate representation of color #BCFA5E: hue angle of 83.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCFA5E is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 188 | 250 | 94 | - |
CMYK | 0.25 | 0 | 0.62 | 0.02 |
HSL | 83.85º | 0.94% | 0.67% | - |
HSV(B) | 83.85º | 0.62% | 0.98% | - |
XYZ | 56.95 | 79.87 | 23 | - |
YUV | 213.68 | 60.46 | 109.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 250 | 94 | 0.25 | 0 | 0.62 | 0.02 | 83.85 | 0.94 | 0.67 |
Hex | BC | FA | 5E | 19 | 0 | 3E | 2 | 54 | 5E | 43 |
Octal | 274 | 372 | 136 | 31 | 0 | 76 | 2 | 124 | 136 | 103 |
Binary | 10111100 | 11111010 | 1011110 | 11001 | 0 | 111110 | 10 | 1010100 | 1011110 | 1000011 |
Color Harmonies of #BCFA5E
Complementary color
Monochromatic Colors of #BCFA5E
Black with #BCFA5E
Text Example
Text Example
White with #BCFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFA5E; }
p { color: rgb(188,250,94); }
H1.HeaderClassName
{
color: #BCFA5E;
}
.AnyTagClassName
{
color: #BCFA5E;
}
</style>
background-color css
<style>
a { background-color: #BCFA5E; }
a { background-color: rgb(188,250,94); }
div.DivClassName
{
background-color: #BCFA5E;
}
.BgClassName
{
background-color: #BCFA5E;
}
</style>
border-color css
<style>
span { border-color: #BCFA5E; }
span { border-color: rgb(188,250,94); }
td.TdClassName
{
border-color: #BCFA5E;
}
.TagClassName
{
border-color: #BCFA5E;
}
</style>