Shades of Conifer #BCEE4C
Tints of Conifer #BCEE4C
RGB
CMYK
RGB Variations
Color information
#BCEE4C (or 0xBCEE4C) is known color: Conifer. HEX triplet: BC, EE and 4C. RGB value is (188,238,76). Sum of RGB (Red+Green+Blue) = 188+238+76=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE4C is #4311B3. Grayscale: #CDCDCD. Windows color (decimal): -4395444 or 5041852. OLE color: 5041852.
HSL color Cylindrical-coordinate representation of color #BCEE4C: hue angle of 78.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCEE4C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.52º | 0.83% | 0.62% | - |
| HSV(B) | 78.52º | 0.68% | 0.93% | - |
| XYZ | 52.62 | 72.36 | 18.03 | - |
| YUV | 204.58 | 55.44 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 76 | 0.21 | 0 | 0.68 | 0.07 | 78.52 | 0.83 | 0.62 |
| Hex | BC | EE | 4C | 15 | 0 | 44 | 7 | 4F | 53 | 3E |
| Octal | 274 | 356 | 114 | 25 | 0 | 104 | 7 | 117 | 123 | 76 |
| Binary | 10111100 | 11101110 | 1001100 | 10101 | 0 | 1000100 | 111 | 1001111 | 1010011 | 111110 |
Color Harmonies of #BCEE4C
Complementary color
Monochromatic Colors of #BCEE4C
Black with #BCEE4C
Text Example
Text Example
White with #BCEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE4C; }
p { color: rgb(188,238,76); }
H1.HeaderClassName
{
color: #BCEE4C;
}
.AnyTagClassName
{
color: #BCEE4C;
}
</style>
background-color css
<style>
a { background-color: #BCEE4C; }
a { background-color: rgb(188,238,76); }
div.DivClassName
{
background-color: #BCEE4C;
}
.BgClassName
{
background-color: #BCEE4C;
}
</style>
border-color css
<style>
span { border-color: #BCEE4C; }
span { border-color: rgb(188,238,76); }
td.TdClassName
{
border-color: #BCEE4C;
}
.TagClassName
{
border-color: #BCEE4C;
}
</style>