Shades of Green Yellow #BCF949
Tints of Green Yellow #BCF949
RGB
CMYK
RGB Variations
Color information
#BCF949 (or 0xBCF949) is known color: Green Yellow. HEX triplet: BC, F9 and 49. RGB value is (188,249,73). Sum of RGB (Red+Green+Blue) = 188+249+73=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF949 is #4306B6. Grayscale: #D3D3D3. Windows color (decimal): -4392631 or 4848060. OLE color: 4848060.
HSL color Cylindrical-coordinate representation of color #BCF949: hue angle of 80.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCF949 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 73 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.02 |
| HSL | 80.8º | 0.94% | 0.63% | - |
| HSV(B) | 80.8º | 0.71% | 0.98% | - |
| XYZ | 55.82 | 78.92 | 18.6 | - |
| YUV | 210.7 | 50.29 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 73 | 0.24 | 0 | 0.71 | 0.02 | 80.8 | 0.94 | 0.63 |
| Hex | BC | F9 | 49 | 18 | 0 | 47 | 2 | 51 | 5E | 3F |
| Octal | 274 | 371 | 111 | 30 | 0 | 107 | 2 | 121 | 136 | 77 |
| Binary | 10111100 | 11111001 | 1001001 | 11000 | 0 | 1000111 | 10 | 1010001 | 1011110 | 111111 |
Color Harmonies of #BCF949
Complementary color
Monochromatic Colors of #BCF949
Black with #BCF949
Text Example
Text Example
White with #BCF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF949; }
p { color: rgb(188,249,73); }
H1.HeaderClassName
{
color: #BCF949;
}
.AnyTagClassName
{
color: #BCF949;
}
</style>
background-color css
<style>
a { background-color: #BCF949; }
a { background-color: rgb(188,249,73); }
div.DivClassName
{
background-color: #BCF949;
}
.BgClassName
{
background-color: #BCF949;
}
</style>
border-color css
<style>
span { border-color: #BCF949; }
span { border-color: rgb(188,249,73); }
td.TdClassName
{
border-color: #BCF949;
}
.TagClassName
{
border-color: #BCF949;
}
</style>