Shades of Conifer #BCF360
Tints of Conifer #BCF360
RGB
CMYK
RGB Variations
Color information
#BCF360 (or 0xBCF360) is known color: Conifer. HEX triplet: BC, F3 and 60. RGB value is (188,243,96). Sum of RGB (Red+Green+Blue) = 188+243+96=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF360 is #430C9F. Grayscale: #D2D2D2. Windows color (decimal): -4394144 or 6353852. OLE color: 6353852.
HSL color Cylindrical-coordinate representation of color #BCF360: hue angle of 82.45º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF360 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 96 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.05 |
| HSL | 82.45º | 0.86% | 0.66% | - |
| HSV(B) | 82.45º | 0.6% | 0.95% | - |
| XYZ | 54.9 | 75.64 | 22.77 | - |
| YUV | 209.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 96 | 0.23 | 0 | 0.60 | 0.05 | 82.45 | 0.86 | 0.66 |
| Hex | BC | F3 | 60 | 17 | 0 | 3C | 5 | 52 | 56 | 42 |
| Octal | 274 | 363 | 140 | 27 | 0 | 74 | 5 | 122 | 126 | 102 |
| Binary | 10111100 | 11110011 | 1100000 | 10111 | 0 | 111100 | 101 | 1010010 | 1010110 | 1000010 |
Color Harmonies of #BCF360
Complementary color
Monochromatic Colors of #BCF360
Black with #BCF360
Text Example
Text Example
White with #BCF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF360; }
p { color: rgb(188,243,96); }
H1.HeaderClassName
{
color: #BCF360;
}
.AnyTagClassName
{
color: #BCF360;
}
</style>
background-color css
<style>
a { background-color: #BCF360; }
a { background-color: rgb(188,243,96); }
div.DivClassName
{
background-color: #BCF360;
}
.BgClassName
{
background-color: #BCF360;
}
</style>
border-color css
<style>
span { border-color: #BCF360; }
span { border-color: rgb(188,243,96); }
td.TdClassName
{
border-color: #BCF360;
}
.TagClassName
{
border-color: #BCF360;
}
</style>