Shades of Conifer #BCF74B
Tints of Conifer #BCF74B
RGB
CMYK
RGB Variations
Color information
#BCF74B (or 0xBCF74B) is known color: Conifer. HEX triplet: BC, F7 and 4B. RGB value is (188,247,75). Sum of RGB (Red+Green+Blue) = 188+247+75=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF74B is #4308B4. Grayscale: #D2D2D2. Windows color (decimal): -4393141 or 4978620. OLE color: 4978620.
HSL color Cylindrical-coordinate representation of color #BCF74B: hue angle of 80.58º degrees, saturation: 0.91, 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 #BCF74B is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 75 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.03 |
| HSL | 80.58º | 0.91% | 0.63% | - |
| HSV(B) | 80.58º | 0.7% | 0.97% | - |
| XYZ | 55.27 | 77.72 | 18.75 | - |
| YUV | 209.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 75 | 0.24 | 0 | 0.70 | 0.03 | 80.58 | 0.91 | 0.63 |
| Hex | BC | F7 | 4B | 18 | 0 | 46 | 3 | 51 | 5B | 3F |
| Octal | 274 | 367 | 113 | 30 | 0 | 106 | 3 | 121 | 133 | 77 |
| Binary | 10111100 | 11110111 | 1001011 | 11000 | 0 | 1000110 | 11 | 1010001 | 1011011 | 111111 |
Color Harmonies of #BCF74B
Complementary color
Monochromatic Colors of #BCF74B
Black with #BCF74B
Text Example
Text Example
White with #BCF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF74B; }
p { color: rgb(188,247,75); }
H1.HeaderClassName
{
color: #BCF74B;
}
.AnyTagClassName
{
color: #BCF74B;
}
</style>
background-color css
<style>
a { background-color: #BCF74B; }
a { background-color: rgb(188,247,75); }
div.DivClassName
{
background-color: #BCF74B;
}
.BgClassName
{
background-color: #BCF74B;
}
</style>
border-color css
<style>
span { border-color: #BCF74B; }
span { border-color: rgb(188,247,75); }
td.TdClassName
{
border-color: #BCF74B;
}
.TagClassName
{
border-color: #BCF74B;
}
</style>