Shades of Conifer #BCEF65
Tints of Conifer #BCEF65
RGB
CMYK
RGB Variations
Color information
#BCEF65 (or 0xBCEF65) is known color: Conifer. HEX triplet: BC, EF and 65. RGB value is (188,239,101). Sum of RGB (Red+Green+Blue) = 188+239+101=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF65 is #43109A. Grayscale: #D0D0D0. Windows color (decimal): -4395163 or 6680508. OLE color: 6680508.
HSL color Cylindrical-coordinate representation of color #BCEF65: hue angle of 82.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCEF65 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 82.17º | 0.81% | 0.67% | - |
| HSV(B) | 82.17º | 0.58% | 0.94% | - |
| XYZ | 53.95 | 73.36 | 23.63 | - |
| YUV | 208.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 101 | 0.21 | 0 | 0.58 | 0.06 | 82.17 | 0.81 | 0.67 |
| Hex | BC | EF | 65 | 15 | 0 | 3A | 6 | 52 | 51 | 43 |
| Octal | 274 | 357 | 145 | 25 | 0 | 72 | 6 | 122 | 121 | 103 |
| Binary | 10111100 | 11101111 | 1100101 | 10101 | 0 | 111010 | 110 | 1010010 | 1010001 | 1000011 |
Color Harmonies of #BCEF65
Complementary color
Monochromatic Colors of #BCEF65
Black with #BCEF65
Text Example
Text Example
White with #BCEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF65; }
p { color: rgb(188,239,101); }
H1.HeaderClassName
{
color: #BCEF65;
}
.AnyTagClassName
{
color: #BCEF65;
}
</style>
background-color css
<style>
a { background-color: #BCEF65; }
a { background-color: rgb(188,239,101); }
div.DivClassName
{
background-color: #BCEF65;
}
.BgClassName
{
background-color: #BCEF65;
}
</style>
border-color css
<style>
span { border-color: #BCEF65; }
span { border-color: rgb(188,239,101); }
td.TdClassName
{
border-color: #BCEF65;
}
.TagClassName
{
border-color: #BCEF65;
}
</style>