Shades of Conifer #BCF74A
Tints of Conifer #BCF74A
RGB
CMYK
RGB Variations
Color information
#BCF74A (or 0xBCF74A) is known color: Conifer. HEX triplet: BC, F7 and 4A. RGB value is (188,247,74). Sum of RGB (Red+Green+Blue) = 188+247+74=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF74A is #4308B5. Grayscale: #D2D2D2. Windows color (decimal): -4393142 or 4913084. OLE color: 4913084.
HSL color Cylindrical-coordinate representation of color #BCF74A: hue angle of 80.46º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF74A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 74 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.03 |
| HSL | 80.46º | 0.92% | 0.63% | - |
| HSV(B) | 80.46º | 0.7% | 0.97% | - |
| XYZ | 55.24 | 77.71 | 18.57 | - |
| YUV | 209.64 | 51.45 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 74 | 0.24 | 0 | 0.70 | 0.03 | 80.46 | 0.92 | 0.63 |
| Hex | BC | F7 | 4A | 18 | 0 | 46 | 3 | 50 | 5C | 3F |
| Octal | 274 | 367 | 112 | 30 | 0 | 106 | 3 | 120 | 134 | 77 |
| Binary | 10111100 | 11110111 | 1001010 | 11000 | 0 | 1000110 | 11 | 1010000 | 1011100 | 111111 |
Color Harmonies of #BCF74A
Complementary color
Monochromatic Colors of #BCF74A
Black with #BCF74A
Text Example
Text Example
White with #BCF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF74A; }
p { color: rgb(188,247,74); }
H1.HeaderClassName
{
color: #BCF74A;
}
.AnyTagClassName
{
color: #BCF74A;
}
</style>
background-color css
<style>
a { background-color: #BCF74A; }
a { background-color: rgb(188,247,74); }
div.DivClassName
{
background-color: #BCF74A;
}
.BgClassName
{
background-color: #BCF74A;
}
</style>
border-color css
<style>
span { border-color: #BCF74A; }
span { border-color: rgb(188,247,74); }
td.TdClassName
{
border-color: #BCF74A;
}
.TagClassName
{
border-color: #BCF74A;
}
</style>