Shades of Conifer #BCED4B
Tints of Conifer #BCED4B
RGB
CMYK
RGB Variations
Color information
#BCED4B (or 0xBCED4B) is known color: Conifer. HEX triplet: BC, ED and 4B. RGB value is (188,237,75). Sum of RGB (Red+Green+Blue) = 188+237+75=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED4B is #4312B4. Grayscale: #CCCCCC. Windows color (decimal): -4395701 or 4976060. OLE color: 4976060.
HSL color Cylindrical-coordinate representation of color #BCED4B: hue angle of 78.15º 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 #BCED4B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 75 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.15º | 0.82% | 0.61% | - |
| HSV(B) | 78.15º | 0.68% | 0.93% | - |
| XYZ | 52.29 | 71.77 | 17.75 | - |
| YUV | 203.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 75 | 0.21 | 0 | 0.68 | 0.07 | 78.15 | 0.82 | 0.61 |
| Hex | BC | ED | 4B | 15 | 0 | 44 | 7 | 4E | 52 | 3D |
| Octal | 274 | 355 | 113 | 25 | 0 | 104 | 7 | 116 | 122 | 75 |
| Binary | 10111100 | 11101101 | 1001011 | 10101 | 0 | 1000100 | 111 | 1001110 | 1010010 | 111101 |
Color Harmonies of #BCED4B
Complementary color
Monochromatic Colors of #BCED4B
Black with #BCED4B
Text Example
Text Example
White with #BCED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED4B; }
p { color: rgb(188,237,75); }
H1.HeaderClassName
{
color: #BCED4B;
}
.AnyTagClassName
{
color: #BCED4B;
}
</style>
background-color css
<style>
a { background-color: #BCED4B; }
a { background-color: rgb(188,237,75); }
div.DivClassName
{
background-color: #BCED4B;
}
.BgClassName
{
background-color: #BCED4B;
}
</style>
border-color css
<style>
span { border-color: #BCED4B; }
span { border-color: rgb(188,237,75); }
td.TdClassName
{
border-color: #BCED4B;
}
.TagClassName
{
border-color: #BCED4B;
}
</style>