Shades of Conifer #BCF760
Tints of Conifer #BCF760
RGB
CMYK
RGB Variations
Color information
#BCF760 (or 0xBCF760) is known color: Conifer. HEX triplet: BC, F7 and 60. RGB value is (188,247,96). Sum of RGB (Red+Green+Blue) = 188+247+96=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF760 is #43089F. Grayscale: #D4D4D4. Windows color (decimal): -4393120 or 6354876. OLE color: 6354876.
HSL color Cylindrical-coordinate representation of color #BCF760: hue angle of 83.44º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF760 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 96 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.03 |
| HSL | 83.44º | 0.9% | 0.67% | - |
| HSV(B) | 83.44º | 0.61% | 0.97% | - |
| XYZ | 56.11 | 78.06 | 23.18 | - |
| YUV | 212.15 | 62.45 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 96 | 0.24 | 0 | 0.61 | 0.03 | 83.44 | 0.9 | 0.67 |
| Hex | BC | F7 | 60 | 18 | 0 | 3D | 3 | 53 | 5A | 43 |
| Octal | 274 | 367 | 140 | 30 | 0 | 75 | 3 | 123 | 132 | 103 |
| Binary | 10111100 | 11110111 | 1100000 | 11000 | 0 | 111101 | 11 | 1010011 | 1011010 | 1000011 |
Color Harmonies of #BCF760
Complementary color
Monochromatic Colors of #BCF760
Black with #BCF760
Text Example
Text Example
White with #BCF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF760; }
p { color: rgb(188,247,96); }
H1.HeaderClassName
{
color: #BCF760;
}
.AnyTagClassName
{
color: #BCF760;
}
</style>
background-color css
<style>
a { background-color: #BCF760; }
a { background-color: rgb(188,247,96); }
div.DivClassName
{
background-color: #BCF760;
}
.BgClassName
{
background-color: #BCF760;
}
</style>
border-color css
<style>
span { border-color: #BCF760; }
span { border-color: rgb(188,247,96); }
td.TdClassName
{
border-color: #BCF760;
}
.TagClassName
{
border-color: #BCF760;
}
</style>