Shades of Conifer #BCED62
Tints of Conifer #BCED62
RGB
CMYK
RGB Variations
Color information
#BCED62 (or 0xBCED62) is known color: Conifer. HEX triplet: BC, ED and 62. RGB value is (188,237,98). Sum of RGB (Red+Green+Blue) = 188+237+98=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED62 is #43129D. Grayscale: #CFCFCF. Windows color (decimal): -4395678 or 6483388. OLE color: 6483388.
HSL color Cylindrical-coordinate representation of color #BCED62: hue angle of 81.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCED62 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 98 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.07 |
| HSL | 81.15º | 0.79% | 0.66% | - |
| HSV(B) | 81.15º | 0.59% | 0.93% | - |
| XYZ | 53.23 | 72.14 | 22.67 | - |
| YUV | 206.5 | 66.77 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 98 | 0.21 | 0 | 0.59 | 0.07 | 81.15 | 0.79 | 0.66 |
| Hex | BC | ED | 62 | 15 | 0 | 3B | 7 | 51 | 4F | 42 |
| Octal | 274 | 355 | 142 | 25 | 0 | 73 | 7 | 121 | 117 | 102 |
| Binary | 10111100 | 11101101 | 1100010 | 10101 | 0 | 111011 | 111 | 1010001 | 1001111 | 1000010 |
Color Harmonies of #BCED62
Complementary color
Monochromatic Colors of #BCED62
Black with #BCED62
Text Example
Text Example
White with #BCED62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED62; }
p { color: rgb(188,237,98); }
H1.HeaderClassName
{
color: #BCED62;
}
.AnyTagClassName
{
color: #BCED62;
}
</style>
background-color css
<style>
a { background-color: #BCED62; }
a { background-color: rgb(188,237,98); }
div.DivClassName
{
background-color: #BCED62;
}
.BgClassName
{
background-color: #BCED62;
}
</style>
border-color css
<style>
span { border-color: #BCED62; }
span { border-color: rgb(188,237,98); }
td.TdClassName
{
border-color: #BCED62;
}
.TagClassName
{
border-color: #BCED62;
}
</style>