Shades of Conifer #BCDF54
Tints of Conifer #BCDF54
RGB
CMYK
RGB Variations
Color information
#BCDF54 (or 0xBCDF54) is known color: Conifer. HEX triplet: BC, DF and 54. RGB value is (188,223,84). Sum of RGB (Red+Green+Blue) = 188+223+84=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF54 is #4320AB. Grayscale: #C5C5C5. Windows color (decimal): -4399276 or 5562300. OLE color: 5562300.
HSL color Cylindrical-coordinate representation of color #BCDF54: hue angle of 75.11º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCDF54 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 84 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.13 |
| HSL | 75.11º | 0.68% | 0.6% | - |
| HSV(B) | 75.11º | 0.62% | 0.87% | - |
| XYZ | 48.73 | 64.11 | 18.19 | - |
| YUV | 196.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 84 | 0.16 | 0 | 0.62 | 0.13 | 75.11 | 0.68 | 0.6 |
| Hex | BC | DF | 54 | 10 | 0 | 3E | D | 4B | 44 | 3C |
| Octal | 274 | 337 | 124 | 20 | 0 | 76 | 15 | 113 | 104 | 74 |
| Binary | 10111100 | 11011111 | 1010100 | 10000 | 0 | 111110 | 1101 | 1001011 | 1000100 | 111100 |
Color Harmonies of #BCDF54
Complementary color
Monochromatic Colors of #BCDF54
Black with #BCDF54
Text Example
Text Example
White with #BCDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF54; }
p { color: rgb(188,223,84); }
H1.HeaderClassName
{
color: #BCDF54;
}
.AnyTagClassName
{
color: #BCDF54;
}
</style>
background-color css
<style>
a { background-color: #BCDF54; }
a { background-color: rgb(188,223,84); }
div.DivClassName
{
background-color: #BCDF54;
}
.BgClassName
{
background-color: #BCDF54;
}
</style>
border-color css
<style>
span { border-color: #BCDF54; }
span { border-color: rgb(188,223,84); }
td.TdClassName
{
border-color: #BCDF54;
}
.TagClassName
{
border-color: #BCDF54;
}
</style>