Shades of Green Yellow #BCFD34
Tints of Green Yellow #BCFD34
RGB
CMYK
RGB Variations
Color information
#BCFD34 (or 0xBCFD34) is known color: Green Yellow. HEX triplet: BC, FD and 34. RGB value is (188,253,52). Sum of RGB (Red+Green+Blue) = 188+253+52=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD34 is #4302CB. Grayscale: #D3D3D3. Windows color (decimal): -4391628 or 3472828. OLE color: 3472828.
HSL color Cylindrical-coordinate representation of color #BCFD34: hue angle of 79.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCFD34 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 52 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.01 |
| HSL | 79.4º | 0.98% | 0.6% | - |
| HSV(B) | 79.4º | 0.79% | 0.99% | - |
| XYZ | 56.48 | 81.19 | 15.94 | - |
| YUV | 210.65 | 38.47 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 52 | 0.26 | 0 | 0.79 | 0.01 | 79.4 | 0.98 | 0.6 |
| Hex | BC | FD | 34 | 1A | 0 | 4F | 1 | 4F | 62 | 3C |
| Octal | 274 | 375 | 64 | 32 | 0 | 117 | 1 | 117 | 142 | 74 |
| Binary | 10111100 | 11111101 | 110100 | 11010 | 0 | 1001111 | 1 | 1001111 | 1100010 | 111100 |
Color Harmonies of #BCFD34
Complementary color
Monochromatic Colors of #BCFD34
Black with #BCFD34
Text Example
Text Example
White with #BCFD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD34; }
p { color: rgb(188,253,52); }
H1.HeaderClassName
{
color: #BCFD34;
}
.AnyTagClassName
{
color: #BCFD34;
}
</style>
background-color css
<style>
a { background-color: #BCFD34; }
a { background-color: rgb(188,253,52); }
div.DivClassName
{
background-color: #BCFD34;
}
.BgClassName
{
background-color: #BCFD34;
}
</style>
border-color css
<style>
span { border-color: #BCFD34; }
span { border-color: rgb(188,253,52); }
td.TdClassName
{
border-color: #BCFD34;
}
.TagClassName
{
border-color: #BCFD34;
}
</style>