Shades of Conifer #BCF74E
Tints of Conifer #BCF74E
RGB
CMYK
RGB Variations
Color information
#BCF74E (or 0xBCF74E) is known color: Conifer. HEX triplet: BC, F7 and 4E. RGB value is (188,247,78). Sum of RGB (Red+Green+Blue) = 188+247+78=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF74E is #4308B1. Grayscale: #D2D2D2. Windows color (decimal): -4393138 or 5175228. OLE color: 5175228.
HSL color Cylindrical-coordinate representation of color #BCF74E: hue angle of 80.95º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCF74E is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 78 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.03 |
| HSL | 80.95º | 0.91% | 0.64% | - |
| HSV(B) | 80.95º | 0.68% | 0.97% | - |
| XYZ | 55.37 | 77.76 | 19.3 | - |
| YUV | 210.09 | 53.45 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 78 | 0.24 | 0 | 0.68 | 0.03 | 80.95 | 0.91 | 0.64 |
| Hex | BC | F7 | 4E | 18 | 0 | 44 | 3 | 51 | 5B | 40 |
| Octal | 274 | 367 | 116 | 30 | 0 | 104 | 3 | 121 | 133 | 100 |
| Binary | 10111100 | 11110111 | 1001110 | 11000 | 0 | 1000100 | 11 | 1010001 | 1011011 | 1000000 |
Color Harmonies of #BCF74E
Complementary color
Monochromatic Colors of #BCF74E
Black with #BCF74E
Text Example
Text Example
White with #BCF74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF74E; }
p { color: rgb(188,247,78); }
H1.HeaderClassName
{
color: #BCF74E;
}
.AnyTagClassName
{
color: #BCF74E;
}
</style>
background-color css
<style>
a { background-color: #BCF74E; }
a { background-color: rgb(188,247,78); }
div.DivClassName
{
background-color: #BCF74E;
}
.BgClassName
{
background-color: #BCF74E;
}
</style>
border-color css
<style>
span { border-color: #BCF74E; }
span { border-color: rgb(188,247,78); }
td.TdClassName
{
border-color: #BCF74E;
}
.TagClassName
{
border-color: #BCF74E;
}
</style>