Shades of Green Yellow #BCF233
Tints of Green Yellow #BCF233
RGB
CMYK
RGB Variations
Color information
#BCF233 (or 0xBCF233) is known color: Green Yellow. HEX triplet: BC, F2 and 33. RGB value is (188,242,51). Sum of RGB (Red+Green+Blue) = 188+242+51=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF233 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF233 is #430DCC. Grayscale: #CCCCCC. Windows color (decimal): -4394445 or 3404476. OLE color: 3404476.
HSL color Cylindrical-coordinate representation of color #BCF233: hue angle of 76.96º 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 #BCF233 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 51 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.05 |
| HSL | 76.96º | 0.88% | 0.57% | - |
| HSV(B) | 76.96º | 0.79% | 0.95% | - |
| XYZ | 53.09 | 74.43 | 14.7 | - |
| YUV | 204.08 | 41.61 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 51 | 0.22 | 0 | 0.79 | 0.05 | 76.96 | 0.88 | 0.57 |
| Hex | BC | F2 | 33 | 16 | 0 | 4F | 5 | 4D | 58 | 39 |
| Octal | 274 | 362 | 63 | 26 | 0 | 117 | 5 | 115 | 130 | 71 |
| Binary | 10111100 | 11110010 | 110011 | 10110 | 0 | 1001111 | 101 | 1001101 | 1011000 | 111001 |
Color Harmonies of #BCF233
Complementary color
Monochromatic Colors of #BCF233
Black with #BCF233
Text Example
Text Example
White with #BCF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF233; }
p { color: rgb(188,242,51); }
H1.HeaderClassName
{
color: #BCF233;
}
.AnyTagClassName
{
color: #BCF233;
}
</style>
background-color css
<style>
a { background-color: #BCF233; }
a { background-color: rgb(188,242,51); }
div.DivClassName
{
background-color: #BCF233;
}
.BgClassName
{
background-color: #BCF233;
}
</style>
border-color css
<style>
span { border-color: #BCF233; }
span { border-color: rgb(188,242,51); }
td.TdClassName
{
border-color: #BCF233;
}
.TagClassName
{
border-color: #BCF233;
}
</style>