Shades of Conifer #BCF05D
Tints of Conifer #BCF05D
RGB
CMYK
RGB Variations
Color information
#BCF05D (or 0xBCF05D) is known color: Conifer. HEX triplet: BC, F0 and 5D. RGB value is (188,240,93). Sum of RGB (Red+Green+Blue) = 188+240+93=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF05D is #430FA2. Grayscale: #D0D0D0. Windows color (decimal): -4394915 or 6156476. OLE color: 6156476.
HSL color Cylindrical-coordinate representation of color #BCF05D: hue angle of 81.22º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF05D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 93 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.06 |
| HSL | 81.22º | 0.83% | 0.65% | - |
| HSV(B) | 81.22º | 0.61% | 0.94% | - |
| XYZ | 53.87 | 73.8 | 21.76 | - |
| YUV | 207.69 | 63.27 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 93 | 0.22 | 0 | 0.61 | 0.06 | 81.22 | 0.83 | 0.65 |
| Hex | BC | F0 | 5D | 16 | 0 | 3D | 6 | 51 | 53 | 41 |
| Octal | 274 | 360 | 135 | 26 | 0 | 75 | 6 | 121 | 123 | 101 |
| Binary | 10111100 | 11110000 | 1011101 | 10110 | 0 | 111101 | 110 | 1010001 | 1010011 | 1000001 |
Color Harmonies of #BCF05D
Complementary color
Monochromatic Colors of #BCF05D
Black with #BCF05D
Text Example
Text Example
White with #BCF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF05D; }
p { color: rgb(188,240,93); }
H1.HeaderClassName
{
color: #BCF05D;
}
.AnyTagClassName
{
color: #BCF05D;
}
</style>
background-color css
<style>
a { background-color: #BCF05D; }
a { background-color: rgb(188,240,93); }
div.DivClassName
{
background-color: #BCF05D;
}
.BgClassName
{
background-color: #BCF05D;
}
</style>
border-color css
<style>
span { border-color: #BCF05D; }
span { border-color: rgb(188,240,93); }
td.TdClassName
{
border-color: #BCF05D;
}
.TagClassName
{
border-color: #BCF05D;
}
</style>