Shades of Conifer #BCEF54
Tints of Conifer #BCEF54
RGB
CMYK
RGB Variations
Color information
#BCEF54 (or 0xBCEF54) is known color: Conifer. HEX triplet: BC, EF and 54. RGB value is (188,239,84). Sum of RGB (Red+Green+Blue) = 188+239+84=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF54 is #4310AB. Grayscale: #CECECE. Windows color (decimal): -4395180 or 5566396. OLE color: 5566396.
HSL color Cylindrical-coordinate representation of color #BCEF54: hue angle of 79.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCEF54 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 84 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.06 |
| HSL | 79.74º | 0.83% | 0.63% | - |
| HSV(B) | 79.74º | 0.65% | 0.94% | - |
| XYZ | 53.21 | 73.06 | 19.69 | - |
| YUV | 206.08 | 59.1 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 84 | 0.21 | 0 | 0.65 | 0.06 | 79.74 | 0.83 | 0.63 |
| Hex | BC | EF | 54 | 15 | 0 | 41 | 6 | 50 | 53 | 3F |
| Octal | 274 | 357 | 124 | 25 | 0 | 101 | 6 | 120 | 123 | 77 |
| Binary | 10111100 | 11101111 | 1010100 | 10101 | 0 | 1000001 | 110 | 1010000 | 1010011 | 111111 |
Color Harmonies of #BCEF54
Complementary color
Monochromatic Colors of #BCEF54
Black with #BCEF54
Text Example
Text Example
White with #BCEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF54; }
p { color: rgb(188,239,84); }
H1.HeaderClassName
{
color: #BCEF54;
}
.AnyTagClassName
{
color: #BCEF54;
}
</style>
background-color css
<style>
a { background-color: #BCEF54; }
a { background-color: rgb(188,239,84); }
div.DivClassName
{
background-color: #BCEF54;
}
.BgClassName
{
background-color: #BCEF54;
}
</style>
border-color css
<style>
span { border-color: #BCEF54; }
span { border-color: rgb(188,239,84); }
td.TdClassName
{
border-color: #BCEF54;
}
.TagClassName
{
border-color: #BCEF54;
}
</style>