Shades of Conifer #BCF758
Tints of Conifer #BCF758
RGB
CMYK
RGB Variations
Color information
#BCF758 (or 0xBCF758) is known color: Conifer. HEX triplet: BC, F7 and 58. RGB value is (188,247,88). Sum of RGB (Red+Green+Blue) = 188+247+88=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF758 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF758 is #4308A7. Grayscale: #D3D3D3. Windows color (decimal): -4393128 or 5830588. OLE color: 5830588.
HSL color Cylindrical-coordinate representation of color #BCF758: hue angle of 82.26º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF758 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 88 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.03 |
| HSL | 82.26º | 0.91% | 0.66% | - |
| HSV(B) | 82.26º | 0.64% | 0.97% | - |
| XYZ | 55.76 | 77.92 | 21.33 | - |
| YUV | 211.23 | 58.45 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 88 | 0.24 | 0 | 0.64 | 0.03 | 82.26 | 0.91 | 0.66 |
| Hex | BC | F7 | 58 | 18 | 0 | 40 | 3 | 52 | 5B | 42 |
| Octal | 274 | 367 | 130 | 30 | 0 | 100 | 3 | 122 | 133 | 102 |
| Binary | 10111100 | 11110111 | 1011000 | 11000 | 0 | 1000000 | 11 | 1010010 | 1011011 | 1000010 |
Color Harmonies of #BCF758
Complementary color
Monochromatic Colors of #BCF758
Black with #BCF758
Text Example
Text Example
White with #BCF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF758; }
p { color: rgb(188,247,88); }
H1.HeaderClassName
{
color: #BCF758;
}
.AnyTagClassName
{
color: #BCF758;
}
</style>
background-color css
<style>
a { background-color: #BCF758; }
a { background-color: rgb(188,247,88); }
div.DivClassName
{
background-color: #BCF758;
}
.BgClassName
{
background-color: #BCF758;
}
</style>
border-color css
<style>
span { border-color: #BCF758; }
span { border-color: rgb(188,247,88); }
td.TdClassName
{
border-color: #BCF758;
}
.TagClassName
{
border-color: #BCF758;
}
</style>