Shades of Conifer #BCEE4A
Tints of Conifer #BCEE4A
RGB
CMYK
RGB Variations
Color information
#BCEE4A (or 0xBCEE4A) is known color: Conifer. HEX triplet: BC, EE and 4A. RGB value is (188,238,74). Sum of RGB (Red+Green+Blue) = 188+238+74=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEE4A is #4311B5. Grayscale: #CCCCCC. Windows color (decimal): -4395446 or 4910780. OLE color: 4910780.
HSL color Cylindrical-coordinate representation of color #BCEE4A: hue angle of 78.29º degrees, saturation: 0.83, 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 #BCEE4A is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 74 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.07 |
| HSL | 78.29º | 0.83% | 0.61% | - |
| HSV(B) | 78.29º | 0.69% | 0.93% | - |
| XYZ | 52.55 | 72.33 | 17.67 | - |
| YUV | 204.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 74 | 0.21 | 0 | 0.69 | 0.07 | 78.29 | 0.83 | 0.61 |
| Hex | BC | EE | 4A | 15 | 0 | 45 | 7 | 4E | 53 | 3D |
| Octal | 274 | 356 | 112 | 25 | 0 | 105 | 7 | 116 | 123 | 75 |
| Binary | 10111100 | 11101110 | 1001010 | 10101 | 0 | 1000101 | 111 | 1001110 | 1010011 | 111101 |
Color Harmonies of #BCEE4A
Complementary color
Monochromatic Colors of #BCEE4A
Black with #BCEE4A
Text Example
Text Example
White with #BCEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE4A; }
p { color: rgb(188,238,74); }
H1.HeaderClassName
{
color: #BCEE4A;
}
.AnyTagClassName
{
color: #BCEE4A;
}
</style>
background-color css
<style>
a { background-color: #BCEE4A; }
a { background-color: rgb(188,238,74); }
div.DivClassName
{
background-color: #BCEE4A;
}
.BgClassName
{
background-color: #BCEE4A;
}
</style>
border-color css
<style>
span { border-color: #BCEE4A; }
span { border-color: rgb(188,238,74); }
td.TdClassName
{
border-color: #BCEE4A;
}
.TagClassName
{
border-color: #BCEE4A;
}
</style>