Shades of Conifer #BCEF5D
Tints of Conifer #BCEF5D
RGB
CMYK
RGB Variations
Color information
#BCEF5D (or 0xBCEF5D) is known color: Conifer. HEX triplet: BC, EF and 5D. RGB value is (188,239,93). Sum of RGB (Red+Green+Blue) = 188+239+93=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF5D is #4310A2. Grayscale: #CFCFCF. Windows color (decimal): -4395171 or 6156220. OLE color: 6156220.
HSL color Cylindrical-coordinate representation of color #BCEF5D: hue angle of 80.96º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCEF5D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 93 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.06 |
| HSL | 80.96º | 0.82% | 0.65% | - |
| HSV(B) | 80.96º | 0.61% | 0.94% | - |
| XYZ | 53.58 | 73.21 | 21.66 | - |
| YUV | 207.11 | 63.6 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 93 | 0.21 | 0 | 0.61 | 0.06 | 80.96 | 0.82 | 0.65 |
| Hex | BC | EF | 5D | 15 | 0 | 3D | 6 | 51 | 52 | 41 |
| Octal | 274 | 357 | 135 | 25 | 0 | 75 | 6 | 121 | 122 | 101 |
| Binary | 10111100 | 11101111 | 1011101 | 10101 | 0 | 111101 | 110 | 1010001 | 1010010 | 1000001 |
Color Harmonies of #BCEF5D
Complementary color
Monochromatic Colors of #BCEF5D
Black with #BCEF5D
Text Example
Text Example
White with #BCEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF5D; }
p { color: rgb(188,239,93); }
H1.HeaderClassName
{
color: #BCEF5D;
}
.AnyTagClassName
{
color: #BCEF5D;
}
</style>
background-color css
<style>
a { background-color: #BCEF5D; }
a { background-color: rgb(188,239,93); }
div.DivClassName
{
background-color: #BCEF5D;
}
.BgClassName
{
background-color: #BCEF5D;
}
</style>
border-color css
<style>
span { border-color: #BCEF5D; }
span { border-color: rgb(188,239,93); }
td.TdClassName
{
border-color: #BCEF5D;
}
.TagClassName
{
border-color: #BCEF5D;
}
</style>