Shades of Conifer #BCFD5C
Tints of Conifer #BCFD5C
RGB
CMYK
RGB Variations
Color information
#BCFD5C (or 0xBCFD5C) is known color: Conifer. HEX triplet: BC, FD and 5C. RGB value is (188,253,92). Sum of RGB (Red+Green+Blue) = 188+253+92=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD5C is #4302A3. Grayscale: #D7D7D7. Windows color (decimal): -4391588 or 6094268. OLE color: 6094268.
HSL color Cylindrical-coordinate representation of color #BCFD5C: hue angle of 84.22º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFD5C is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 92 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.01 |
| HSL | 84.22º | 0.98% | 0.68% | - |
| HSV(B) | 84.22º | 0.64% | 0.99% | - |
| XYZ | 57.8 | 81.71 | 22.85 | - |
| YUV | 215.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 92 | 0.26 | 0 | 0.64 | 0.01 | 84.22 | 0.98 | 0.68 |
| Hex | BC | FD | 5C | 1A | 0 | 40 | 1 | 54 | 62 | 44 |
| Octal | 274 | 375 | 134 | 32 | 0 | 100 | 1 | 124 | 142 | 104 |
| Binary | 10111100 | 11111101 | 1011100 | 11010 | 0 | 1000000 | 1 | 1010100 | 1100010 | 1000100 |
Color Harmonies of #BCFD5C
Complementary color
Monochromatic Colors of #BCFD5C
Black with #BCFD5C
Text Example
Text Example
White with #BCFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD5C; }
p { color: rgb(188,253,92); }
H1.HeaderClassName
{
color: #BCFD5C;
}
.AnyTagClassName
{
color: #BCFD5C;
}
</style>
background-color css
<style>
a { background-color: #BCFD5C; }
a { background-color: rgb(188,253,92); }
div.DivClassName
{
background-color: #BCFD5C;
}
.BgClassName
{
background-color: #BCFD5C;
}
</style>
border-color css
<style>
span { border-color: #BCFD5C; }
span { border-color: rgb(188,253,92); }
td.TdClassName
{
border-color: #BCFD5C;
}
.TagClassName
{
border-color: #BCFD5C;
}
</style>