Shades of Conifer #BCF84D
Tints of Conifer #BCF84D
RGB
CMYK
RGB Variations
Color information
#BCF84D (or 0xBCF84D) is known color: Conifer. HEX triplet: BC, F8 and 4D. RGB value is (188,248,77). Sum of RGB (Red+Green+Blue) = 188+248+77=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF84D is #4307B2. Grayscale: #D3D3D3. Windows color (decimal): -4392883 or 5109948. OLE color: 5109948.
HSL color Cylindrical-coordinate representation of color #BCF84D: hue angle of 81.05º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCF84D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.03 |
| HSL | 81.05º | 0.92% | 0.64% | - |
| HSV(B) | 81.05º | 0.69% | 0.97% | - |
| XYZ | 55.65 | 78.36 | 19.21 | - |
| YUV | 210.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 77 | 0.24 | 0 | 0.69 | 0.03 | 81.05 | 0.92 | 0.64 |
| Hex | BC | F8 | 4D | 18 | 0 | 45 | 3 | 51 | 5C | 40 |
| Octal | 274 | 370 | 115 | 30 | 0 | 105 | 3 | 121 | 134 | 100 |
| Binary | 10111100 | 11111000 | 1001101 | 11000 | 0 | 1000101 | 11 | 1010001 | 1011100 | 1000000 |
Color Harmonies of #BCF84D
Complementary color
Monochromatic Colors of #BCF84D
Black with #BCF84D
Text Example
Text Example
White with #BCF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF84D; }
p { color: rgb(188,248,77); }
H1.HeaderClassName
{
color: #BCF84D;
}
.AnyTagClassName
{
color: #BCF84D;
}
</style>
background-color css
<style>
a { background-color: #BCF84D; }
a { background-color: rgb(188,248,77); }
div.DivClassName
{
background-color: #BCF84D;
}
.BgClassName
{
background-color: #BCF84D;
}
</style>
border-color css
<style>
span { border-color: #BCF84D; }
span { border-color: rgb(188,248,77); }
td.TdClassName
{
border-color: #BCF84D;
}
.TagClassName
{
border-color: #BCF84D;
}
</style>