Shades of Conifer #BCFF53
Tints of Conifer #BCFF53
RGB
CMYK
RGB Variations
Color information
#BCFF53 (or 0xBCFF53) is known color: Conifer. HEX triplet: BC, FF and 53. RGB value is (188,255,83). Sum of RGB (Red+Green+Blue) = 188+255+83=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF53 is #4300AC. Grayscale: #D7D7D7. Windows color (decimal): -4391085 or 5504956. OLE color: 5504956.
HSL color Cylindrical-coordinate representation of color #BCFF53: hue angle of 83.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFF53 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 83 | - |
| CMYK | 0.26 | 0 | 0.67 | 0 |
| HSL | 83.37º | 1% | 0.66% | - |
| HSV(B) | 83.37º | 0.67% | 1% | - |
| XYZ | 58.06 | 82.84 | 21.11 | - |
| YUV | 215.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 83 | 0.26 | 0 | 0.67 | 0 | 83.37 | 1 | 0.66 |
| Hex | BC | FF | 53 | 1A | 0 | 43 | 0 | 53 | 64 | 42 |
| Octal | 274 | 377 | 123 | 32 | 0 | 103 | 0 | 123 | 144 | 102 |
| Binary | 10111100 | 11111111 | 1010011 | 11010 | 0 | 1000011 | 0 | 1010011 | 1100100 | 1000010 |
Color Harmonies of #BCFF53
Complementary color
Monochromatic Colors of #BCFF53
Black with #BCFF53
Text Example
Text Example
White with #BCFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF53; }
p { color: rgb(188,255,83); }
H1.HeaderClassName
{
color: #BCFF53;
}
.AnyTagClassName
{
color: #BCFF53;
}
</style>
background-color css
<style>
a { background-color: #BCFF53; }
a { background-color: rgb(188,255,83); }
div.DivClassName
{
background-color: #BCFF53;
}
.BgClassName
{
background-color: #BCFF53;
}
</style>
border-color css
<style>
span { border-color: #BCFF53; }
span { border-color: rgb(188,255,83); }
td.TdClassName
{
border-color: #BCFF53;
}
.TagClassName
{
border-color: #BCFF53;
}
</style>