Shades of Conifer #BCED4C
Tints of Conifer #BCED4C
RGB
CMYK
RGB Variations
Color information
#BCED4C (or 0xBCED4C) is known color: Conifer. HEX triplet: BC, ED and 4C. RGB value is (188,237,76). Sum of RGB (Red+Green+Blue) = 188+237+76=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED4C is #4312B3. Grayscale: #CCCCCC. Windows color (decimal): -4395700 or 5041596. OLE color: 5041596.
HSL color Cylindrical-coordinate representation of color #BCED4C: hue angle of 78.26º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCED4C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.26º | 0.82% | 0.61% | - |
| HSV(B) | 78.26º | 0.68% | 0.93% | - |
| XYZ | 52.33 | 71.78 | 17.93 | - |
| YUV | 204 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 76 | 0.21 | 0 | 0.68 | 0.07 | 78.26 | 0.82 | 0.61 |
| Hex | BC | ED | 4C | 15 | 0 | 44 | 7 | 4E | 52 | 3D |
| Octal | 274 | 355 | 114 | 25 | 0 | 104 | 7 | 116 | 122 | 75 |
| Binary | 10111100 | 11101101 | 1001100 | 10101 | 0 | 1000100 | 111 | 1001110 | 1010010 | 111101 |
Color Harmonies of #BCED4C
Complementary color
Monochromatic Colors of #BCED4C
Black with #BCED4C
Text Example
Text Example
White with #BCED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED4C; }
p { color: rgb(188,237,76); }
H1.HeaderClassName
{
color: #BCED4C;
}
.AnyTagClassName
{
color: #BCED4C;
}
</style>
background-color css
<style>
a { background-color: #BCED4C; }
a { background-color: rgb(188,237,76); }
div.DivClassName
{
background-color: #BCED4C;
}
.BgClassName
{
background-color: #BCED4C;
}
</style>
border-color css
<style>
span { border-color: #BCED4C; }
span { border-color: rgb(188,237,76); }
td.TdClassName
{
border-color: #BCED4C;
}
.TagClassName
{
border-color: #BCED4C;
}
</style>