Shades of Conifer #BCFD53
Tints of Conifer #BCFD53
RGB
CMYK
RGB Variations
Color information
#BCFD53 (or 0xBCFD53) is known color: Conifer. HEX triplet: BC, FD and 53. RGB value is (188,253,83). Sum of RGB (Red+Green+Blue) = 188+253+83=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD53 is #4302AC. Grayscale: #D6D6D6. Windows color (decimal): -4391597 or 5504444. OLE color: 5504444.
HSL color Cylindrical-coordinate representation of color #BCFD53: hue angle of 82.94º degrees, saturation: 0.98, 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 #BCFD53 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 83 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.01 |
| HSL | 82.94º | 0.98% | 0.66% | - |
| HSV(B) | 82.94º | 0.67% | 0.99% | - |
| XYZ | 57.43 | 81.57 | 20.9 | - |
| YUV | 214.19 | 53.97 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 83 | 0.26 | 0 | 0.67 | 0.01 | 82.94 | 0.98 | 0.66 |
| Hex | BC | FD | 53 | 1A | 0 | 43 | 1 | 53 | 62 | 42 |
| Octal | 274 | 375 | 123 | 32 | 0 | 103 | 1 | 123 | 142 | 102 |
| Binary | 10111100 | 11111101 | 1010011 | 11010 | 0 | 1000011 | 1 | 1010011 | 1100010 | 1000010 |
Color Harmonies of #BCFD53
Complementary color
Monochromatic Colors of #BCFD53
Black with #BCFD53
Text Example
Text Example
White with #BCFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD53; }
p { color: rgb(188,253,83); }
H1.HeaderClassName
{
color: #BCFD53;
}
.AnyTagClassName
{
color: #BCFD53;
}
</style>
background-color css
<style>
a { background-color: #BCFD53; }
a { background-color: rgb(188,253,83); }
div.DivClassName
{
background-color: #BCFD53;
}
.BgClassName
{
background-color: #BCFD53;
}
</style>
border-color css
<style>
span { border-color: #BCFD53; }
span { border-color: rgb(188,253,83); }
td.TdClassName
{
border-color: #BCFD53;
}
.TagClassName
{
border-color: #BCFD53;
}
</style>