Shades of Conifer #BCF449
Tints of Conifer #BCF449
RGB
CMYK
RGB Variations
Color information
#BCF449 (or 0xBCF449) is known color: Conifer. HEX triplet: BC, F4 and 49. RGB value is (188,244,73). Sum of RGB (Red+Green+Blue) = 188+244+73=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF449 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF449 is #430BB6. Grayscale: #D0D0D0. Windows color (decimal): -4393911 or 4846780. OLE color: 4846780.
HSL color Cylindrical-coordinate representation of color #BCF449: hue angle of 79.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF449 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 73 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.04 |
| HSL | 79.65º | 0.89% | 0.62% | - |
| HSV(B) | 79.65º | 0.7% | 0.96% | - |
| XYZ | 54.29 | 75.87 | 18.09 | - |
| YUV | 207.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 73 | 0.23 | 0 | 0.70 | 0.04 | 79.65 | 0.89 | 0.62 |
| Hex | BC | F4 | 49 | 17 | 0 | 46 | 4 | 50 | 59 | 3E |
| Octal | 274 | 364 | 111 | 27 | 0 | 106 | 4 | 120 | 131 | 76 |
| Binary | 10111100 | 11110100 | 1001001 | 10111 | 0 | 1000110 | 100 | 1010000 | 1011001 | 111110 |
Color Harmonies of #BCF449
Complementary color
Monochromatic Colors of #BCF449
Black with #BCF449
Text Example
Text Example
White with #BCF449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF449; }
p { color: rgb(188,244,73); }
H1.HeaderClassName
{
color: #BCF449;
}
.AnyTagClassName
{
color: #BCF449;
}
</style>
background-color css
<style>
a { background-color: #BCF449; }
a { background-color: rgb(188,244,73); }
div.DivClassName
{
background-color: #BCF449;
}
.BgClassName
{
background-color: #BCF449;
}
</style>
border-color css
<style>
span { border-color: #BCF449; }
span { border-color: rgb(188,244,73); }
td.TdClassName
{
border-color: #BCF449;
}
.TagClassName
{
border-color: #BCF449;
}
</style>