Shades of Green Yellow #BCFD4D
Tints of Green Yellow #BCFD4D
RGB
CMYK
RGB Variations
Color information
#BCFD4D (or 0xBCFD4D) is known color: Green Yellow. HEX triplet: BC, FD and 4D. RGB value is (188,253,77). Sum of RGB (Red+Green+Blue) = 188+253+77=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD4D is #4302B2. Grayscale: #D6D6D6. Windows color (decimal): -4391603 or 5111228. OLE color: 5111228.
HSL color Cylindrical-coordinate representation of color #BCFD4D: hue angle of 82.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCFD4D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
RGB | 188 | 253 | 77 | - |
CMYK | 0.26 | 0 | 0.70 | 0.01 |
HSL | 82.16º | 0.98% | 0.65% | - |
HSV(B) | 82.16º | 0.7% | 0.99% | - |
XYZ | 57.2 | 81.48 | 19.73 | - |
YUV | 213.5 | 50.97 | 109.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 253 | 77 | 0.26 | 0 | 0.70 | 0.01 | 82.16 | 0.98 | 0.65 |
Hex | BC | FD | 4D | 1A | 0 | 46 | 1 | 52 | 62 | 41 |
Octal | 274 | 375 | 115 | 32 | 0 | 106 | 1 | 122 | 142 | 101 |
Binary | 10111100 | 11111101 | 1001101 | 11010 | 0 | 1000110 | 1 | 1010010 | 1100010 | 1000001 |
Color Harmonies of #BCFD4D
Complementary color
Monochromatic Colors of #BCFD4D
Black with #BCFD4D
Text Example
Text Example
White with #BCFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD4D; }
p { color: rgb(188,253,77); }
H1.HeaderClassName
{
color: #BCFD4D;
}
.AnyTagClassName
{
color: #BCFD4D;
}
</style>
background-color css
<style>
a { background-color: #BCFD4D; }
a { background-color: rgb(188,253,77); }
div.DivClassName
{
background-color: #BCFD4D;
}
.BgClassName
{
background-color: #BCFD4D;
}
</style>
border-color css
<style>
span { border-color: #BCFD4D; }
span { border-color: rgb(188,253,77); }
td.TdClassName
{
border-color: #BCFD4D;
}
.TagClassName
{
border-color: #BCFD4D;
}
</style>