Shades of Conifer #BCF85E
Tints of Conifer #BCF85E
RGB
CMYK
RGB Variations
Color information
#BCF85E (or 0xBCF85E) is known color: Conifer. HEX triplet: BC, F8 and 5E. RGB value is (188,248,94). Sum of RGB (Red+Green+Blue) = 188+248+94=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF85E is #4307A1. Grayscale: #D5D5D5. Windows color (decimal): -4392866 or 6224060. OLE color: 6224060.
HSL color Cylindrical-coordinate representation of color #BCF85E: hue angle of 83.38º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCF85E is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 94 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.03 |
| HSL | 83.38º | 0.92% | 0.67% | - |
| HSV(B) | 83.38º | 0.62% | 0.97% | - |
| XYZ | 56.33 | 78.63 | 22.8 | - |
| YUV | 212.5 | 61.12 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 94 | 0.24 | 0 | 0.62 | 0.03 | 83.38 | 0.92 | 0.67 |
| Hex | BC | F8 | 5E | 18 | 0 | 3E | 3 | 53 | 5C | 43 |
| Octal | 274 | 370 | 136 | 30 | 0 | 76 | 3 | 123 | 134 | 103 |
| Binary | 10111100 | 11111000 | 1011110 | 11000 | 0 | 111110 | 11 | 1010011 | 1011100 | 1000011 |
Color Harmonies of #BCF85E
Complementary color
Monochromatic Colors of #BCF85E
Black with #BCF85E
Text Example
Text Example
White with #BCF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF85E; }
p { color: rgb(188,248,94); }
H1.HeaderClassName
{
color: #BCF85E;
}
.AnyTagClassName
{
color: #BCF85E;
}
</style>
background-color css
<style>
a { background-color: #BCF85E; }
a { background-color: rgb(188,248,94); }
div.DivClassName
{
background-color: #BCF85E;
}
.BgClassName
{
background-color: #BCF85E;
}
</style>
border-color css
<style>
span { border-color: #BCF85E; }
span { border-color: rgb(188,248,94); }
td.TdClassName
{
border-color: #BCF85E;
}
.TagClassName
{
border-color: #BCF85E;
}
</style>