Shades of Conifer #BCF65E
Tints of Conifer #BCF65E
RGB
CMYK
RGB Variations
Color information
#BCF65E (or 0xBCF65E) is known color: Conifer. HEX triplet: BC, F6 and 5E. RGB value is (188,246,94). Sum of RGB (Red+Green+Blue) = 188+246+94=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF65E is #4309A1. Grayscale: #D3D3D3. Windows color (decimal): -4393378 or 6223548. OLE color: 6223548.
HSL color Cylindrical-coordinate representation of color #BCF65E: hue angle of 82.89º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCF65E is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 94 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.04 |
| HSL | 82.89º | 0.89% | 0.67% | - |
| HSV(B) | 82.89º | 0.62% | 0.96% | - |
| XYZ | 55.72 | 77.41 | 22.6 | - |
| YUV | 211.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 94 | 0.24 | 0 | 0.62 | 0.04 | 82.89 | 0.89 | 0.67 |
| Hex | BC | F6 | 5E | 18 | 0 | 3E | 4 | 53 | 59 | 43 |
| Octal | 274 | 366 | 136 | 30 | 0 | 76 | 4 | 123 | 131 | 103 |
| Binary | 10111100 | 11110110 | 1011110 | 11000 | 0 | 111110 | 100 | 1010011 | 1011001 | 1000011 |
Color Harmonies of #BCF65E
Complementary color
Monochromatic Colors of #BCF65E
Black with #BCF65E
Text Example
Text Example
White with #BCF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF65E; }
p { color: rgb(188,246,94); }
H1.HeaderClassName
{
color: #BCF65E;
}
.AnyTagClassName
{
color: #BCF65E;
}
</style>
background-color css
<style>
a { background-color: #BCF65E; }
a { background-color: rgb(188,246,94); }
div.DivClassName
{
background-color: #BCF65E;
}
.BgClassName
{
background-color: #BCF65E;
}
</style>
border-color css
<style>
span { border-color: #BCF65E; }
span { border-color: rgb(188,246,94); }
td.TdClassName
{
border-color: #BCF65E;
}
.TagClassName
{
border-color: #BCF65E;
}
</style>