Shades of Conifer #BCF753
Tints of Conifer #BCF753
RGB
CMYK
RGB Variations
Color information
#BCF753 (or 0xBCF753) is known color: Conifer. HEX triplet: BC, F7 and 53. RGB value is (188,247,83). Sum of RGB (Red+Green+Blue) = 188+247+83=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF753 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF753 is #4308AC. Grayscale: #D3D3D3. Windows color (decimal): -4393133 or 5502908. OLE color: 5502908.
HSL color Cylindrical-coordinate representation of color #BCF753: hue angle of 81.59º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCF753 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 83 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.03 |
| HSL | 81.59º | 0.91% | 0.65% | - |
| HSV(B) | 81.59º | 0.66% | 0.97% | - |
| XYZ | 55.56 | 77.84 | 20.28 | - |
| YUV | 210.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 83 | 0.24 | 0 | 0.66 | 0.03 | 81.59 | 0.91 | 0.65 |
| Hex | BC | F7 | 53 | 18 | 0 | 42 | 3 | 52 | 5B | 41 |
| Octal | 274 | 367 | 123 | 30 | 0 | 102 | 3 | 122 | 133 | 101 |
| Binary | 10111100 | 11110111 | 1010011 | 11000 | 0 | 1000010 | 11 | 1010010 | 1011011 | 1000001 |
Color Harmonies of #BCF753
Complementary color
Monochromatic Colors of #BCF753
Black with #BCF753
Text Example
Text Example
White with #BCF753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF753; }
p { color: rgb(188,247,83); }
H1.HeaderClassName
{
color: #BCF753;
}
.AnyTagClassName
{
color: #BCF753;
}
</style>
background-color css
<style>
a { background-color: #BCF753; }
a { background-color: rgb(188,247,83); }
div.DivClassName
{
background-color: #BCF753;
}
.BgClassName
{
background-color: #BCF753;
}
</style>
border-color css
<style>
span { border-color: #BCF753; }
span { border-color: rgb(188,247,83); }
td.TdClassName
{
border-color: #BCF753;
}
.TagClassName
{
border-color: #BCF753;
}
</style>