Shades of Conifer #BCF94A
Tints of Conifer #BCF94A
RGB
CMYK
RGB Variations
Color information
#BCF94A (or 0xBCF94A) is known color: Conifer. HEX triplet: BC, F9 and 4A. RGB value is (188,249,74). Sum of RGB (Red+Green+Blue) = 188+249+74=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF94A is #4306B5. Grayscale: #D3D3D3. Windows color (decimal): -4392630 or 4913596. OLE color: 4913596.
HSL color Cylindrical-coordinate representation of color #BCF94A: hue angle of 80.91º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF94A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 74 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.02 |
| HSL | 80.91º | 0.94% | 0.63% | - |
| HSV(B) | 80.91º | 0.7% | 0.98% | - |
| XYZ | 55.85 | 78.94 | 18.77 | - |
| YUV | 210.81 | 50.79 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 74 | 0.24 | 0 | 0.70 | 0.02 | 80.91 | 0.94 | 0.63 |
| Hex | BC | F9 | 4A | 18 | 0 | 46 | 2 | 51 | 5E | 3F |
| Octal | 274 | 371 | 112 | 30 | 0 | 106 | 2 | 121 | 136 | 77 |
| Binary | 10111100 | 11111001 | 1001010 | 11000 | 0 | 1000110 | 10 | 1010001 | 1011110 | 111111 |
Color Harmonies of #BCF94A
Complementary color
Monochromatic Colors of #BCF94A
Black with #BCF94A
Text Example
Text Example
White with #BCF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF94A; }
p { color: rgb(188,249,74); }
H1.HeaderClassName
{
color: #BCF94A;
}
.AnyTagClassName
{
color: #BCF94A;
}
</style>
background-color css
<style>
a { background-color: #BCF94A; }
a { background-color: rgb(188,249,74); }
div.DivClassName
{
background-color: #BCF94A;
}
.BgClassName
{
background-color: #BCF94A;
}
</style>
border-color css
<style>
span { border-color: #BCF94A; }
span { border-color: rgb(188,249,74); }
td.TdClassName
{
border-color: #BCF94A;
}
.TagClassName
{
border-color: #BCF94A;
}
</style>