Shades of Conifer #BCF254
Tints of Conifer #BCF254
RGB
CMYK
RGB Variations
Color information
#BCF254 (or 0xBCF254) is known color: Conifer. HEX triplet: BC, F2 and 54. RGB value is (188,242,84). Sum of RGB (Red+Green+Blue) = 188+242+84=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF254 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF254 is #430DAB. Grayscale: #D0D0D0. Windows color (decimal): -4394412 or 5567164. OLE color: 5567164.
HSL color Cylindrical-coordinate representation of color #BCF254: hue angle of 80.51º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCF254 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 84 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.05 |
| HSL | 80.51º | 0.86% | 0.64% | - |
| HSV(B) | 80.51º | 0.65% | 0.95% | - |
| XYZ | 54.09 | 74.84 | 19.98 | - |
| YUV | 207.84 | 58.11 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 84 | 0.22 | 0 | 0.65 | 0.05 | 80.51 | 0.86 | 0.64 |
| Hex | BC | F2 | 54 | 16 | 0 | 41 | 5 | 51 | 56 | 40 |
| Octal | 274 | 362 | 124 | 26 | 0 | 101 | 5 | 121 | 126 | 100 |
| Binary | 10111100 | 11110010 | 1010100 | 10110 | 0 | 1000001 | 101 | 1010001 | 1010110 | 1000000 |
Color Harmonies of #BCF254
Complementary color
Monochromatic Colors of #BCF254
Black with #BCF254
Text Example
Text Example
White with #BCF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF254; }
p { color: rgb(188,242,84); }
H1.HeaderClassName
{
color: #BCF254;
}
.AnyTagClassName
{
color: #BCF254;
}
</style>
background-color css
<style>
a { background-color: #BCF254; }
a { background-color: rgb(188,242,84); }
div.DivClassName
{
background-color: #BCF254;
}
.BgClassName
{
background-color: #BCF254;
}
</style>
border-color css
<style>
span { border-color: #BCF254; }
span { border-color: rgb(188,242,84); }
td.TdClassName
{
border-color: #BCF254;
}
.TagClassName
{
border-color: #BCF254;
}
</style>