Shades of Conifer #BCED4A
Tints of Conifer #BCED4A
RGB
CMYK
RGB Variations
Color information
#BCED4A (or 0xBCED4A) is known color: Conifer. HEX triplet: BC, ED and 4A. RGB value is (188,237,74). Sum of RGB (Red+Green+Blue) = 188+237+74=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED4A is #4312B5. Grayscale: #CCCCCC. Windows color (decimal): -4395702 or 4910524. OLE color: 4910524.
HSL color Cylindrical-coordinate representation of color #BCED4A: hue angle of 78.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCED4A is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 74 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.07 |
| HSL | 78.04º | 0.82% | 0.61% | - |
| HSV(B) | 78.04º | 0.69% | 0.93% | - |
| XYZ | 52.26 | 71.75 | 17.57 | - |
| YUV | 203.77 | 54.77 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 74 | 0.21 | 0 | 0.69 | 0.07 | 78.04 | 0.82 | 0.61 |
| Hex | BC | ED | 4A | 15 | 0 | 45 | 7 | 4E | 52 | 3D |
| Octal | 274 | 355 | 112 | 25 | 0 | 105 | 7 | 116 | 122 | 75 |
| Binary | 10111100 | 11101101 | 1001010 | 10101 | 0 | 1000101 | 111 | 1001110 | 1010010 | 111101 |
Color Harmonies of #BCED4A
Complementary color
Monochromatic Colors of #BCED4A
Black with #BCED4A
Text Example
Text Example
White with #BCED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED4A; }
p { color: rgb(188,237,74); }
H1.HeaderClassName
{
color: #BCED4A;
}
.AnyTagClassName
{
color: #BCED4A;
}
</style>
background-color css
<style>
a { background-color: #BCED4A; }
a { background-color: rgb(188,237,74); }
div.DivClassName
{
background-color: #BCED4A;
}
.BgClassName
{
background-color: #BCED4A;
}
</style>
border-color css
<style>
span { border-color: #BCED4A; }
span { border-color: rgb(188,237,74); }
td.TdClassName
{
border-color: #BCED4A;
}
.TagClassName
{
border-color: #BCED4A;
}
</style>