Shades of Conifer #BCF048
Tints of Conifer #BCF048
RGB
CMYK
RGB Variations
Color information
#BCF048 (or 0xBCF048) is known color: Conifer. HEX triplet: BC, F0 and 48. RGB value is (188,240,72). Sum of RGB (Red+Green+Blue) = 188+240+72=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF048 is #430FB7. Grayscale: #CDCDCD. Windows color (decimal): -4394936 or 4780220. OLE color: 4780220.
HSL color Cylindrical-coordinate representation of color #BCF048: hue angle of 78.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF048 is Cyan = 0.22, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 72 | - |
| CMYK | 0.22 | 0 | 0.7 | 0.06 |
| HSL | 78.57º | 0.85% | 0.61% | - |
| HSV(B) | 78.57º | 0.7% | 0.94% | - |
| XYZ | 53.07 | 73.48 | 17.52 | - |
| YUV | 205.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 72 | 0.22 | 0 | 0.7 | 0.06 | 78.57 | 0.85 | 0.61 |
| Hex | BC | F0 | 48 | 16 | 0 | 46 | 6 | 4F | 55 | 3D |
| Octal | 274 | 360 | 110 | 26 | 0 | 106 | 6 | 117 | 125 | 75 |
| Binary | 10111100 | 11110000 | 1001000 | 10110 | 0 | 1000110 | 110 | 1001111 | 1010101 | 111101 |
Color Harmonies of #BCF048
Complementary color
Monochromatic Colors of #BCF048
Black with #BCF048
Text Example
Text Example
White with #BCF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF048; }
p { color: rgb(188,240,72); }
H1.HeaderClassName
{
color: #BCF048;
}
.AnyTagClassName
{
color: #BCF048;
}
</style>
background-color css
<style>
a { background-color: #BCF048; }
a { background-color: rgb(188,240,72); }
div.DivClassName
{
background-color: #BCF048;
}
.BgClassName
{
background-color: #BCF048;
}
</style>
border-color css
<style>
span { border-color: #BCF048; }
span { border-color: rgb(188,240,72); }
td.TdClassName
{
border-color: #BCF048;
}
.TagClassName
{
border-color: #BCF048;
}
</style>