Shades of Green Yellow #BCF728
Tints of Green Yellow #BCF728
RGB
CMYK
RGB Variations
Color information
#BCF728 (or 0xBCF728) is known color: Green Yellow. HEX triplet: BC, F7 and 28. RGB value is (188,247,40). Sum of RGB (Red+Green+Blue) = 188+247+40=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF728 is #4308D7. Grayscale: #CECECE. Windows color (decimal): -4393176 or 2684860. OLE color: 2684860.
HSL color Cylindrical-coordinate representation of color #BCF728: hue angle of 77.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCF728 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 40 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.03 |
| HSL | 77.1º | 0.93% | 0.56% | - |
| HSV(B) | 77.1º | 0.84% | 0.97% | - |
| XYZ | 54.38 | 77.37 | 14.07 | - |
| YUV | 205.76 | 34.45 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 40 | 0.24 | 0 | 0.84 | 0.03 | 77.1 | 0.93 | 0.56 |
| Hex | BC | F7 | 28 | 18 | 0 | 54 | 3 | 4D | 5D | 38 |
| Octal | 274 | 367 | 50 | 30 | 0 | 124 | 3 | 115 | 135 | 70 |
| Binary | 10111100 | 11110111 | 101000 | 11000 | 0 | 1010100 | 11 | 1001101 | 1011101 | 111000 |
Color Harmonies of #BCF728
Complementary color
Monochromatic Colors of #BCF728
Black with #BCF728
Text Example
Text Example
White with #BCF728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF728; }
p { color: rgb(188,247,40); }
H1.HeaderClassName
{
color: #BCF728;
}
.AnyTagClassName
{
color: #BCF728;
}
</style>
background-color css
<style>
a { background-color: #BCF728; }
a { background-color: rgb(188,247,40); }
div.DivClassName
{
background-color: #BCF728;
}
.BgClassName
{
background-color: #BCF728;
}
</style>
border-color css
<style>
span { border-color: #BCF728; }
span { border-color: rgb(188,247,40); }
td.TdClassName
{
border-color: #BCF728;
}
.TagClassName
{
border-color: #BCF728;
}
</style>