Shades of Conifer #BCF74C
Tints of Conifer #BCF74C
RGB
CMYK
RGB Variations
Color information
#BCF74C (or 0xBCF74C) is known color: Conifer. HEX triplet: BC, F7 and 4C. RGB value is (188,247,76). Sum of RGB (Red+Green+Blue) = 188+247+76=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF74C is #4308B3. Grayscale: #D2D2D2. Windows color (decimal): -4393140 or 5044156. OLE color: 5044156.
HSL color Cylindrical-coordinate representation of color #BCF74C: hue angle of 80.7º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCF74C is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 76 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.03 |
| HSL | 80.7º | 0.91% | 0.63% | - |
| HSV(B) | 80.7º | 0.69% | 0.97% | - |
| XYZ | 55.3 | 77.73 | 18.93 | - |
| YUV | 209.87 | 52.45 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 76 | 0.24 | 0 | 0.69 | 0.03 | 80.7 | 0.91 | 0.63 |
| Hex | BC | F7 | 4C | 18 | 0 | 45 | 3 | 51 | 5B | 3F |
| Octal | 274 | 367 | 114 | 30 | 0 | 105 | 3 | 121 | 133 | 77 |
| Binary | 10111100 | 11110111 | 1001100 | 11000 | 0 | 1000101 | 11 | 1010001 | 1011011 | 111111 |
Color Harmonies of #BCF74C
Complementary color
Monochromatic Colors of #BCF74C
Black with #BCF74C
Text Example
Text Example
White with #BCF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF74C; }
p { color: rgb(188,247,76); }
H1.HeaderClassName
{
color: #BCF74C;
}
.AnyTagClassName
{
color: #BCF74C;
}
</style>
background-color css
<style>
a { background-color: #BCF74C; }
a { background-color: rgb(188,247,76); }
div.DivClassName
{
background-color: #BCF74C;
}
.BgClassName
{
background-color: #BCF74C;
}
</style>
border-color css
<style>
span { border-color: #BCF74C; }
span { border-color: rgb(188,247,76); }
td.TdClassName
{
border-color: #BCF74C;
}
.TagClassName
{
border-color: #BCF74C;
}
</style>