Shades of Conifer #BCFC55
Tints of Conifer #BCFC55
RGB
CMYK
RGB Variations
Color information
#BCFC55 (or 0xBCFC55) is known color: Conifer. HEX triplet: BC, FC and 55. RGB value is (188,252,85). Sum of RGB (Red+Green+Blue) = 188+252+85=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC55 is #4303AA. Grayscale: #D6D6D6. Windows color (decimal): -4391851 or 5635260. OLE color: 5635260.
HSL color Cylindrical-coordinate representation of color #BCFC55: hue angle of 82.99º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCFC55 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 85 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.01 |
| HSL | 82.99º | 0.97% | 0.66% | - |
| HSV(B) | 82.99º | 0.66% | 0.99% | - |
| XYZ | 57.19 | 80.97 | 21.21 | - |
| YUV | 213.83 | 55.3 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 85 | 0.25 | 0 | 0.66 | 0.01 | 82.99 | 0.97 | 0.66 |
| Hex | BC | FC | 55 | 19 | 0 | 42 | 1 | 53 | 61 | 42 |
| Octal | 274 | 374 | 125 | 31 | 0 | 102 | 1 | 123 | 141 | 102 |
| Binary | 10111100 | 11111100 | 1010101 | 11001 | 0 | 1000010 | 1 | 1010011 | 1100001 | 1000010 |
Color Harmonies of #BCFC55
Complementary color
Monochromatic Colors of #BCFC55
Black with #BCFC55
Text Example
Text Example
White with #BCFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC55; }
p { color: rgb(188,252,85); }
H1.HeaderClassName
{
color: #BCFC55;
}
.AnyTagClassName
{
color: #BCFC55;
}
</style>
background-color css
<style>
a { background-color: #BCFC55; }
a { background-color: rgb(188,252,85); }
div.DivClassName
{
background-color: #BCFC55;
}
.BgClassName
{
background-color: #BCFC55;
}
</style>
border-color css
<style>
span { border-color: #BCFC55; }
span { border-color: rgb(188,252,85); }
td.TdClassName
{
border-color: #BCFC55;
}
.TagClassName
{
border-color: #BCFC55;
}
</style>