Shades of Conifer #BCFE53
Tints of Conifer #BCFE53
RGB
CMYK
RGB Variations
Color information
#BCFE53 (or 0xBCFE53) is known color: Conifer. HEX triplet: BC, FE and 53. RGB value is (188,254,83). Sum of RGB (Red+Green+Blue) = 188+254+83=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE53 is #4301AC. Grayscale: #D7D7D7. Windows color (decimal): -4391341 or 5504700. OLE color: 5504700.
HSL color Cylindrical-coordinate representation of color #BCFE53: hue angle of 83.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFE53 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 83 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.00 |
| HSL | 83.16º | 0.99% | 0.66% | - |
| HSV(B) | 83.16º | 0.67% | 1% | - |
| XYZ | 57.74 | 82.2 | 21.01 | - |
| YUV | 214.77 | 53.63 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 83 | 0.26 | 0 | 0.67 | 0.00 | 83.16 | 0.99 | 0.66 |
| Hex | BC | FE | 53 | 1A | 0 | 43 | 0 | 53 | 63 | 42 |
| Octal | 274 | 376 | 123 | 32 | 0 | 103 | 0 | 123 | 143 | 102 |
| Binary | 10111100 | 11111110 | 1010011 | 11010 | 0 | 1000011 | 0 | 1010011 | 1100011 | 1000010 |
Color Harmonies of #BCFE53
Complementary color
Monochromatic Colors of #BCFE53
Black with #BCFE53
Text Example
Text Example
White with #BCFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE53; }
p { color: rgb(188,254,83); }
H1.HeaderClassName
{
color: #BCFE53;
}
.AnyTagClassName
{
color: #BCFE53;
}
</style>
background-color css
<style>
a { background-color: #BCFE53; }
a { background-color: rgb(188,254,83); }
div.DivClassName
{
background-color: #BCFE53;
}
.BgClassName
{
background-color: #BCFE53;
}
</style>
border-color css
<style>
span { border-color: #BCFE53; }
span { border-color: rgb(188,254,83); }
td.TdClassName
{
border-color: #BCFE53;
}
.TagClassName
{
border-color: #BCFE53;
}
</style>