Shades of Conifer #BCF458
Tints of Conifer #BCF458
RGB
CMYK
RGB Variations
Color information
#BCF458 (or 0xBCF458) is known color: Conifer. HEX triplet: BC, F4 and 58. RGB value is (188,244,88). Sum of RGB (Red+Green+Blue) = 188+244+88=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF458 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF458 is #430BA7. Grayscale: #D2D2D2. Windows color (decimal): -4393896 or 5829820. OLE color: 5829820.
HSL color Cylindrical-coordinate representation of color #BCF458: hue angle of 81.54º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF458 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 88 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.04 |
| HSL | 81.54º | 0.88% | 0.65% | - |
| HSV(B) | 81.54º | 0.64% | 0.96% | - |
| XYZ | 54.85 | 76.1 | 21.03 | - |
| YUV | 209.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 88 | 0.23 | 0 | 0.64 | 0.04 | 81.54 | 0.88 | 0.65 |
| Hex | BC | F4 | 58 | 17 | 0 | 40 | 4 | 52 | 58 | 41 |
| Octal | 274 | 364 | 130 | 27 | 0 | 100 | 4 | 122 | 130 | 101 |
| Binary | 10111100 | 11110100 | 1011000 | 10111 | 0 | 1000000 | 100 | 1010010 | 1011000 | 1000001 |
Color Harmonies of #BCF458
Complementary color
Monochromatic Colors of #BCF458
Black with #BCF458
Text Example
Text Example
White with #BCF458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF458; }
p { color: rgb(188,244,88); }
H1.HeaderClassName
{
color: #BCF458;
}
.AnyTagClassName
{
color: #BCF458;
}
</style>
background-color css
<style>
a { background-color: #BCF458; }
a { background-color: rgb(188,244,88); }
div.DivClassName
{
background-color: #BCF458;
}
.BgClassName
{
background-color: #BCF458;
}
</style>
border-color css
<style>
span { border-color: #BCF458; }
span { border-color: rgb(188,244,88); }
td.TdClassName
{
border-color: #BCF458;
}
.TagClassName
{
border-color: #BCF458;
}
</style>