Shades of Green Yellow #BCF02D
Tints of Green Yellow #BCF02D
RGB
CMYK
RGB Variations
Color information
#BCF02D (or 0xBCF02D) is known color: Green Yellow. HEX triplet: BC, F0 and 2D. RGB value is (188,240,45). Sum of RGB (Red+Green+Blue) = 188+240+45=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF02D is #430FD2. Grayscale: #CACACA. Windows color (decimal): -4394963 or 3010748. OLE color: 3010748.
HSL color Cylindrical-coordinate representation of color #BCF02D: hue angle of 76º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCF02D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 45 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.06 |
| HSL | 76º | 0.87% | 0.56% | - |
| HSV(B) | 76º | 0.81% | 0.94% | - |
| XYZ | 52.37 | 73.2 | 13.85 | - |
| YUV | 202.22 | 39.27 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 45 | 0.22 | 0 | 0.81 | 0.06 | 76 | 0.87 | 0.56 |
| Hex | BC | F0 | 2D | 16 | 0 | 51 | 6 | 4C | 57 | 38 |
| Octal | 274 | 360 | 55 | 26 | 0 | 121 | 6 | 114 | 127 | 70 |
| Binary | 10111100 | 11110000 | 101101 | 10110 | 0 | 1010001 | 110 | 1001100 | 1010111 | 111000 |
Color Harmonies of #BCF02D
Complementary color
Monochromatic Colors of #BCF02D
Black with #BCF02D
Text Example
Text Example
White with #BCF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF02D; }
p { color: rgb(188,240,45); }
H1.HeaderClassName
{
color: #BCF02D;
}
.AnyTagClassName
{
color: #BCF02D;
}
</style>
background-color css
<style>
a { background-color: #BCF02D; }
a { background-color: rgb(188,240,45); }
div.DivClassName
{
background-color: #BCF02D;
}
.BgClassName
{
background-color: #BCF02D;
}
</style>
border-color css
<style>
span { border-color: #BCF02D; }
span { border-color: rgb(188,240,45); }
td.TdClassName
{
border-color: #BCF02D;
}
.TagClassName
{
border-color: #BCF02D;
}
</style>