Shades of Green Yellow #BCFD2D
Tints of Green Yellow #BCFD2D
RGB
CMYK
RGB Variations
Color information
#BCFD2D (or 0xBCFD2D) is known color: Green Yellow. HEX triplet: BC, FD and 2D. RGB value is (188,253,45). Sum of RGB (Red+Green+Blue) = 188+253+45=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD2D is #4302D2. Grayscale: #D2D2D2. Windows color (decimal): -4391635 or 3014076. OLE color: 3014076.
HSL color Cylindrical-coordinate representation of color #BCFD2D: hue angle of 78.75º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCFD2D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 45 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.01 |
| HSL | 78.75º | 0.98% | 0.58% | - |
| HSV(B) | 78.75º | 0.82% | 0.99% | - |
| XYZ | 56.34 | 81.13 | 15.17 | - |
| YUV | 209.85 | 34.97 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 45 | 0.26 | 0 | 0.82 | 0.01 | 78.75 | 0.98 | 0.58 |
| Hex | BC | FD | 2D | 1A | 0 | 52 | 1 | 4F | 62 | 3A |
| Octal | 274 | 375 | 55 | 32 | 0 | 122 | 1 | 117 | 142 | 72 |
| Binary | 10111100 | 11111101 | 101101 | 11010 | 0 | 1010010 | 1 | 1001111 | 1100010 | 111010 |
Color Harmonies of #BCFD2D
Complementary color
Monochromatic Colors of #BCFD2D
Black with #BCFD2D
Text Example
Text Example
White with #BCFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD2D; }
p { color: rgb(188,253,45); }
H1.HeaderClassName
{
color: #BCFD2D;
}
.AnyTagClassName
{
color: #BCFD2D;
}
</style>
background-color css
<style>
a { background-color: #BCFD2D; }
a { background-color: rgb(188,253,45); }
div.DivClassName
{
background-color: #BCFD2D;
}
.BgClassName
{
background-color: #BCFD2D;
}
</style>
border-color css
<style>
span { border-color: #BCFD2D; }
span { border-color: rgb(188,253,45); }
td.TdClassName
{
border-color: #BCFD2D;
}
.TagClassName
{
border-color: #BCFD2D;
}
</style>