Shades of Conifer #BCF85B
Tints of Conifer #BCF85B
RGB
CMYK
RGB Variations
Color information
#BCF85B (or 0xBCF85B) is known color: Conifer. HEX triplet: BC, F8 and 5B. RGB value is (188,248,91). Sum of RGB (Red+Green+Blue) = 188+248+91=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF85B is #4307A4. Grayscale: #D4D4D4. Windows color (decimal): -4392869 or 6027452. OLE color: 6027452.
HSL color Cylindrical-coordinate representation of color #BCF85B: hue angle of 82.93º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF85B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 91 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.03 |
| HSL | 82.93º | 0.92% | 0.66% | - |
| HSV(B) | 82.93º | 0.63% | 0.97% | - |
| XYZ | 56.19 | 78.58 | 22.1 | - |
| YUV | 212.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 91 | 0.24 | 0 | 0.63 | 0.03 | 82.93 | 0.92 | 0.66 |
| Hex | BC | F8 | 5B | 18 | 0 | 3F | 3 | 53 | 5C | 42 |
| Octal | 274 | 370 | 133 | 30 | 0 | 77 | 3 | 123 | 134 | 102 |
| Binary | 10111100 | 11111000 | 1011011 | 11000 | 0 | 111111 | 11 | 1010011 | 1011100 | 1000010 |
Color Harmonies of #BCF85B
Complementary color
Monochromatic Colors of #BCF85B
Black with #BCF85B
Text Example
Text Example
White with #BCF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF85B; }
p { color: rgb(188,248,91); }
H1.HeaderClassName
{
color: #BCF85B;
}
.AnyTagClassName
{
color: #BCF85B;
}
</style>
background-color css
<style>
a { background-color: #BCF85B; }
a { background-color: rgb(188,248,91); }
div.DivClassName
{
background-color: #BCF85B;
}
.BgClassName
{
background-color: #BCF85B;
}
</style>
border-color css
<style>
span { border-color: #BCF85B; }
span { border-color: rgb(188,248,91); }
td.TdClassName
{
border-color: #BCF85B;
}
.TagClassName
{
border-color: #BCF85B;
}
</style>