Shades of Conifer #BCED42
Tints of Conifer #BCED42
RGB
CMYK
RGB Variations
Color information
#BCED42 (or 0xBCED42) is known color: Conifer. HEX triplet: BC, ED and 42. RGB value is (188,237,66). Sum of RGB (Red+Green+Blue) = 188+237+66=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED42 is #4312BD. Grayscale: #CBCBCB. Windows color (decimal): -4395710 or 4386236. OLE color: 4386236.
HSL color Cylindrical-coordinate representation of color #BCED42: hue angle of 77.19º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCED42 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 66 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.07 |
| HSL | 77.19º | 0.83% | 0.59% | - |
| HSV(B) | 77.19º | 0.72% | 0.93% | - |
| XYZ | 52.01 | 71.65 | 16.24 | - |
| YUV | 202.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 66 | 0.21 | 0 | 0.72 | 0.07 | 77.19 | 0.83 | 0.59 |
| Hex | BC | ED | 42 | 15 | 0 | 48 | 7 | 4D | 53 | 3B |
| Octal | 274 | 355 | 102 | 25 | 0 | 110 | 7 | 115 | 123 | 73 |
| Binary | 10111100 | 11101101 | 1000010 | 10101 | 0 | 1001000 | 111 | 1001101 | 1010011 | 111011 |
Color Harmonies of #BCED42
Complementary color
Monochromatic Colors of #BCED42
Black with #BCED42
Text Example
Text Example
White with #BCED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED42; }
p { color: rgb(188,237,66); }
H1.HeaderClassName
{
color: #BCED42;
}
.AnyTagClassName
{
color: #BCED42;
}
</style>
background-color css
<style>
a { background-color: #BCED42; }
a { background-color: rgb(188,237,66); }
div.DivClassName
{
background-color: #BCED42;
}
.BgClassName
{
background-color: #BCED42;
}
</style>
border-color css
<style>
span { border-color: #BCED42; }
span { border-color: rgb(188,237,66); }
td.TdClassName
{
border-color: #BCED42;
}
.TagClassName
{
border-color: #BCED42;
}
</style>