Shades of Conifer #BCF040
Tints of Conifer #BCF040
RGB
CMYK
RGB Variations
Color information
#BCF040 (or 0xBCF040) is known color: Conifer. HEX triplet: BC, F0 and 40. RGB value is (188,240,64). Sum of RGB (Red+Green+Blue) = 188+240+64=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF040 is #430FBF. Grayscale: #CDCDCD. Windows color (decimal): -4394944 or 4255932. OLE color: 4255932.
HSL color Cylindrical-coordinate representation of color #BCF040: hue angle of 77.73º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCF040 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 64 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.06 |
| HSL | 77.73º | 0.85% | 0.6% | - |
| HSV(B) | 77.73º | 0.73% | 0.94% | - |
| XYZ | 52.82 | 73.38 | 16.23 | - |
| YUV | 204.39 | 48.77 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 64 | 0.22 | 0 | 0.73 | 0.06 | 77.73 | 0.85 | 0.6 |
| Hex | BC | F0 | 40 | 16 | 0 | 49 | 6 | 4E | 55 | 3C |
| Octal | 274 | 360 | 100 | 26 | 0 | 111 | 6 | 116 | 125 | 74 |
| Binary | 10111100 | 11110000 | 1000000 | 10110 | 0 | 1001001 | 110 | 1001110 | 1010101 | 111100 |
Color Harmonies of #BCF040
Complementary color
Monochromatic Colors of #BCF040
Black with #BCF040
Text Example
Text Example
White with #BCF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF040; }
p { color: rgb(188,240,64); }
H1.HeaderClassName
{
color: #BCF040;
}
.AnyTagClassName
{
color: #BCF040;
}
</style>
background-color css
<style>
a { background-color: #BCF040; }
a { background-color: rgb(188,240,64); }
div.DivClassName
{
background-color: #BCF040;
}
.BgClassName
{
background-color: #BCF040;
}
</style>
border-color css
<style>
span { border-color: #BCF040; }
span { border-color: rgb(188,240,64); }
td.TdClassName
{
border-color: #BCF040;
}
.TagClassName
{
border-color: #BCF040;
}
</style>