Shades of Conifer #BCF849
Tints of Conifer #BCF849
RGB
CMYK
RGB Variations
Color information
#BCF849 (or 0xBCF849) is known color: Conifer. HEX triplet: BC, F8 and 49. RGB value is (188,248,73). Sum of RGB (Red+Green+Blue) = 188+248+73=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF849 is #4307B6. Grayscale: #D2D2D2. Windows color (decimal): -4392887 or 4847804. OLE color: 4847804.
HSL color Cylindrical-coordinate representation of color #BCF849: hue angle of 80.57º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCF849 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 73 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.03 |
| HSL | 80.57º | 0.93% | 0.63% | - |
| HSV(B) | 80.57º | 0.71% | 0.97% | - |
| XYZ | 55.51 | 78.31 | 18.49 | - |
| YUV | 210.11 | 50.62 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 73 | 0.24 | 0 | 0.71 | 0.03 | 80.57 | 0.93 | 0.63 |
| Hex | BC | F8 | 49 | 18 | 0 | 47 | 3 | 51 | 5D | 3F |
| Octal | 274 | 370 | 111 | 30 | 0 | 107 | 3 | 121 | 135 | 77 |
| Binary | 10111100 | 11111000 | 1001001 | 11000 | 0 | 1000111 | 11 | 1010001 | 1011101 | 111111 |
Color Harmonies of #BCF849
Complementary color
Monochromatic Colors of #BCF849
Black with #BCF849
Text Example
Text Example
White with #BCF849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF849; }
p { color: rgb(188,248,73); }
H1.HeaderClassName
{
color: #BCF849;
}
.AnyTagClassName
{
color: #BCF849;
}
</style>
background-color css
<style>
a { background-color: #BCF849; }
a { background-color: rgb(188,248,73); }
div.DivClassName
{
background-color: #BCF849;
}
.BgClassName
{
background-color: #BCF849;
}
</style>
border-color css
<style>
span { border-color: #BCF849; }
span { border-color: rgb(188,248,73); }
td.TdClassName
{
border-color: #BCF849;
}
.TagClassName
{
border-color: #BCF849;
}
</style>