Shades of Green Yellow #BCF232
Tints of Green Yellow #BCF232
RGB
CMYK
RGB Variations
Color information
#BCF232 (or 0xBCF232) is known color: Green Yellow. HEX triplet: BC, F2 and 32. RGB value is (188,242,50). Sum of RGB (Red+Green+Blue) = 188+242+50=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF232 is #430DCD. Grayscale: #CCCCCC. Windows color (decimal): -4394446 or 3338940. OLE color: 3338940.
HSL color Cylindrical-coordinate representation of color #BCF232: hue angle of 76.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCF232 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 50 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.05 |
| HSL | 76.88º | 0.88% | 0.57% | - |
| HSV(B) | 76.88º | 0.79% | 0.95% | - |
| XYZ | 53.07 | 74.43 | 14.59 | - |
| YUV | 203.97 | 41.11 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 50 | 0.22 | 0 | 0.79 | 0.05 | 76.88 | 0.88 | 0.57 |
| Hex | BC | F2 | 32 | 16 | 0 | 4F | 5 | 4D | 58 | 39 |
| Octal | 274 | 362 | 62 | 26 | 0 | 117 | 5 | 115 | 130 | 71 |
| Binary | 10111100 | 11110010 | 110010 | 10110 | 0 | 1001111 | 101 | 1001101 | 1011000 | 111001 |
Color Harmonies of #BCF232
Complementary color
Monochromatic Colors of #BCF232
Black with #BCF232
Text Example
Text Example
White with #BCF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF232; }
p { color: rgb(188,242,50); }
H1.HeaderClassName
{
color: #BCF232;
}
.AnyTagClassName
{
color: #BCF232;
}
</style>
background-color css
<style>
a { background-color: #BCF232; }
a { background-color: rgb(188,242,50); }
div.DivClassName
{
background-color: #BCF232;
}
.BgClassName
{
background-color: #BCF232;
}
</style>
border-color css
<style>
span { border-color: #BCF232; }
span { border-color: rgb(188,242,50); }
td.TdClassName
{
border-color: #BCF232;
}
.TagClassName
{
border-color: #BCF232;
}
</style>