Shades of Conifer #BCDF5A
Tints of Conifer #BCDF5A
RGB
CMYK
RGB Variations
Color information
#BCDF5A (or 0xBCDF5A) is known color: Conifer. HEX triplet: BC, DF and 5A. RGB value is (188,223,90). Sum of RGB (Red+Green+Blue) = 188+223+90=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF5A is #4320A5. Grayscale: #C5C5C5. Windows color (decimal): -4399270 or 5955516. OLE color: 5955516.
HSL color Cylindrical-coordinate representation of color #BCDF5A: hue angle of 75.79º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCDF5A is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 90 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.13 |
| HSL | 75.79º | 0.68% | 0.61% | - |
| HSV(B) | 75.79º | 0.6% | 0.87% | - |
| XYZ | 48.97 | 64.2 | 19.48 | - |
| YUV | 197.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 90 | 0.16 | 0 | 0.60 | 0.13 | 75.79 | 0.68 | 0.61 |
| Hex | BC | DF | 5A | 10 | 0 | 3C | D | 4C | 44 | 3D |
| Octal | 274 | 337 | 132 | 20 | 0 | 74 | 15 | 114 | 104 | 75 |
| Binary | 10111100 | 11011111 | 1011010 | 10000 | 0 | 111100 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BCDF5A
Complementary color
Monochromatic Colors of #BCDF5A
Black with #BCDF5A
Text Example
Text Example
White with #BCDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF5A; }
p { color: rgb(188,223,90); }
H1.HeaderClassName
{
color: #BCDF5A;
}
.AnyTagClassName
{
color: #BCDF5A;
}
</style>
background-color css
<style>
a { background-color: #BCDF5A; }
a { background-color: rgb(188,223,90); }
div.DivClassName
{
background-color: #BCDF5A;
}
.BgClassName
{
background-color: #BCDF5A;
}
</style>
border-color css
<style>
span { border-color: #BCDF5A; }
span { border-color: rgb(188,223,90); }
td.TdClassName
{
border-color: #BCDF5A;
}
.TagClassName
{
border-color: #BCDF5A;
}
</style>