Shades of Conifer #BCDF65
Tints of Conifer #BCDF65
RGB
CMYK
RGB Variations
Color information
#BCDF65 (or 0xBCDF65) is known color: Conifer. HEX triplet: BC, DF and 65. RGB value is (188,223,101). Sum of RGB (Red+Green+Blue) = 188+223+101=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF65 is #43209A. Grayscale: #C7C7C7. Windows color (decimal): -4399259 or 6676412. OLE color: 6676412.
HSL color Cylindrical-coordinate representation of color #BCDF65: hue angle of 77.21º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCDF65 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 101 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.13 |
| HSL | 77.21º | 0.66% | 0.64% | - |
| HSV(B) | 77.21º | 0.55% | 0.87% | - |
| XYZ | 49.48 | 64.41 | 22.14 | - |
| YUV | 198.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 101 | 0.16 | 0 | 0.55 | 0.13 | 77.21 | 0.66 | 0.64 |
| Hex | BC | DF | 65 | 10 | 0 | 37 | D | 4D | 42 | 40 |
| Octal | 274 | 337 | 145 | 20 | 0 | 67 | 15 | 115 | 102 | 100 |
| Binary | 10111100 | 11011111 | 1100101 | 10000 | 0 | 110111 | 1101 | 1001101 | 1000010 | 1000000 |
Color Harmonies of #BCDF65
Complementary color
Monochromatic Colors of #BCDF65
Black with #BCDF65
Text Example
Text Example
White with #BCDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF65; }
p { color: rgb(188,223,101); }
H1.HeaderClassName
{
color: #BCDF65;
}
.AnyTagClassName
{
color: #BCDF65;
}
</style>
background-color css
<style>
a { background-color: #BCDF65; }
a { background-color: rgb(188,223,101); }
div.DivClassName
{
background-color: #BCDF65;
}
.BgClassName
{
background-color: #BCDF65;
}
</style>
border-color css
<style>
span { border-color: #BCDF65; }
span { border-color: rgb(188,223,101); }
td.TdClassName
{
border-color: #BCDF65;
}
.TagClassName
{
border-color: #BCDF65;
}
</style>