Shades of Green Yellow #BCF632
Tints of Green Yellow #BCF632
RGB
CMYK
RGB Variations
Color information
#BCF632 (or 0xBCF632) is known color: Green Yellow. HEX triplet: BC, F6 and 32. RGB value is (188,246,50). Sum of RGB (Red+Green+Blue) = 188+246+50=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF632 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF632 is #4309CD. Grayscale: #CFCFCF. Windows color (decimal): -4393422 or 3339964. OLE color: 3339964.
HSL color Cylindrical-coordinate representation of color #BCF632: hue angle of 77.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCF632 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 50 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.04 |
| HSL | 77.76º | 0.92% | 0.58% | - |
| HSV(B) | 77.76º | 0.8% | 0.96% | - |
| XYZ | 54.27 | 76.83 | 14.99 | - |
| YUV | 206.31 | 39.78 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 50 | 0.24 | 0 | 0.80 | 0.04 | 77.76 | 0.92 | 0.58 |
| Hex | BC | F6 | 32 | 18 | 0 | 50 | 4 | 4E | 5C | 3A |
| Octal | 274 | 366 | 62 | 30 | 0 | 120 | 4 | 116 | 134 | 72 |
| Binary | 10111100 | 11110110 | 110010 | 11000 | 0 | 1010000 | 100 | 1001110 | 1011100 | 111010 |
Color Harmonies of #BCF632
Complementary color
Monochromatic Colors of #BCF632
Black with #BCF632
Text Example
Text Example
White with #BCF632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF632; }
p { color: rgb(188,246,50); }
H1.HeaderClassName
{
color: #BCF632;
}
.AnyTagClassName
{
color: #BCF632;
}
</style>
background-color css
<style>
a { background-color: #BCF632; }
a { background-color: rgb(188,246,50); }
div.DivClassName
{
background-color: #BCF632;
}
.BgClassName
{
background-color: #BCF632;
}
</style>
border-color css
<style>
span { border-color: #BCF632; }
span { border-color: rgb(188,246,50); }
td.TdClassName
{
border-color: #BCF632;
}
.TagClassName
{
border-color: #BCF632;
}
</style>