Shades of Conifer #BCF762
Tints of Conifer #BCF762
RGB
CMYK
RGB Variations
Color information
#BCF762 (or 0xBCF762) is known color: Conifer. HEX triplet: BC, F7 and 62. RGB value is (188,247,98). Sum of RGB (Red+Green+Blue) = 188+247+98=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF762 is #43089D. Grayscale: #D4D4D4. Windows color (decimal): -4393118 or 6485948. OLE color: 6485948.
HSL color Cylindrical-coordinate representation of color #BCF762: hue angle of 83.76º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF762 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 98 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.03 |
| HSL | 83.76º | 0.9% | 0.68% | - |
| HSV(B) | 83.76º | 0.6% | 0.97% | - |
| XYZ | 56.2 | 78.09 | 23.67 | - |
| YUV | 212.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 98 | 0.24 | 0 | 0.60 | 0.03 | 83.76 | 0.9 | 0.68 |
| Hex | BC | F7 | 62 | 18 | 0 | 3C | 3 | 54 | 5A | 44 |
| Octal | 274 | 367 | 142 | 30 | 0 | 74 | 3 | 124 | 132 | 104 |
| Binary | 10111100 | 11110111 | 1100010 | 11000 | 0 | 111100 | 11 | 1010100 | 1011010 | 1000100 |
Color Harmonies of #BCF762
Complementary color
Monochromatic Colors of #BCF762
Black with #BCF762
Text Example
Text Example
White with #BCF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF762; }
p { color: rgb(188,247,98); }
H1.HeaderClassName
{
color: #BCF762;
}
.AnyTagClassName
{
color: #BCF762;
}
</style>
background-color css
<style>
a { background-color: #BCF762; }
a { background-color: rgb(188,247,98); }
div.DivClassName
{
background-color: #BCF762;
}
.BgClassName
{
background-color: #BCF762;
}
</style>
border-color css
<style>
span { border-color: #BCF762; }
span { border-color: rgb(188,247,98); }
td.TdClassName
{
border-color: #BCF762;
}
.TagClassName
{
border-color: #BCF762;
}
</style>