Shades of Conifer #BCFC53
Tints of Conifer #BCFC53
RGB
CMYK
RGB Variations
Color information
#BCFC53 (or 0xBCFC53) is known color: Conifer. HEX triplet: BC, FC and 53. RGB value is (188,252,83). Sum of RGB (Red+Green+Blue) = 188+252+83=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC53 is #4303AC. Grayscale: #D6D6D6. Windows color (decimal): -4391853 or 5504188. OLE color: 5504188.
HSL color Cylindrical-coordinate representation of color #BCFC53: hue angle of 82.72º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFC53 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 83 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.01 |
| HSL | 82.72º | 0.97% | 0.66% | - |
| HSV(B) | 82.72º | 0.67% | 0.99% | - |
| XYZ | 57.11 | 80.94 | 20.8 | - |
| YUV | 213.6 | 54.3 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 83 | 0.25 | 0 | 0.67 | 0.01 | 82.72 | 0.97 | 0.66 |
| Hex | BC | FC | 53 | 19 | 0 | 43 | 1 | 53 | 61 | 42 |
| Octal | 274 | 374 | 123 | 31 | 0 | 103 | 1 | 123 | 141 | 102 |
| Binary | 10111100 | 11111100 | 1010011 | 11001 | 0 | 1000011 | 1 | 1010011 | 1100001 | 1000010 |
Color Harmonies of #BCFC53
Complementary color
Monochromatic Colors of #BCFC53
Black with #BCFC53
Text Example
Text Example
White with #BCFC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC53; }
p { color: rgb(188,252,83); }
H1.HeaderClassName
{
color: #BCFC53;
}
.AnyTagClassName
{
color: #BCFC53;
}
</style>
background-color css
<style>
a { background-color: #BCFC53; }
a { background-color: rgb(188,252,83); }
div.DivClassName
{
background-color: #BCFC53;
}
.BgClassName
{
background-color: #BCFC53;
}
</style>
border-color css
<style>
span { border-color: #BCFC53; }
span { border-color: rgb(188,252,83); }
td.TdClassName
{
border-color: #BCFC53;
}
.TagClassName
{
border-color: #BCFC53;
}
</style>