Shades of Conifer #BCF74D
Tints of Conifer #BCF74D
RGB
CMYK
RGB Variations
Color information
#BCF74D (or 0xBCF74D) is known color: Conifer. HEX triplet: BC, F7 and 4D. RGB value is (188,247,77). Sum of RGB (Red+Green+Blue) = 188+247+77=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF74D is #4308B2. Grayscale: #D2D2D2. Windows color (decimal): -4393139 or 5109692. OLE color: 5109692.
HSL color Cylindrical-coordinate representation of color #BCF74D: hue angle of 80.82º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCF74D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.03 |
| HSL | 80.82º | 0.91% | 0.64% | - |
| HSV(B) | 80.82º | 0.69% | 0.97% | - |
| XYZ | 55.34 | 77.75 | 19.11 | - |
| YUV | 209.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 77 | 0.24 | 0 | 0.69 | 0.03 | 80.82 | 0.91 | 0.64 |
| Hex | BC | F7 | 4D | 18 | 0 | 45 | 3 | 51 | 5B | 40 |
| Octal | 274 | 367 | 115 | 30 | 0 | 105 | 3 | 121 | 133 | 100 |
| Binary | 10111100 | 11110111 | 1001101 | 11000 | 0 | 1000101 | 11 | 1010001 | 1011011 | 1000000 |
Color Harmonies of #BCF74D
Complementary color
Monochromatic Colors of #BCF74D
Black with #BCF74D
Text Example
Text Example
White with #BCF74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF74D; }
p { color: rgb(188,247,77); }
H1.HeaderClassName
{
color: #BCF74D;
}
.AnyTagClassName
{
color: #BCF74D;
}
</style>
background-color css
<style>
a { background-color: #BCF74D; }
a { background-color: rgb(188,247,77); }
div.DivClassName
{
background-color: #BCF74D;
}
.BgClassName
{
background-color: #BCF74D;
}
</style>
border-color css
<style>
span { border-color: #BCF74D; }
span { border-color: rgb(188,247,77); }
td.TdClassName
{
border-color: #BCF74D;
}
.TagClassName
{
border-color: #BCF74D;
}
</style>