Shades of Green Yellow #BCF237
Tints of Green Yellow #BCF237
RGB
CMYK
RGB Variations
Color information
#BCF237 (or 0xBCF237) is known color: Green Yellow. HEX triplet: BC, F2 and 37. RGB value is (188,242,55). Sum of RGB (Red+Green+Blue) = 188+242+55=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF237 is #430DC8. Grayscale: #CDCDCD. Windows color (decimal): -4394441 or 3666620. OLE color: 3666620.
HSL color Cylindrical-coordinate representation of color #BCF237: hue angle of 77.33º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCF237 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 55 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.05 |
| HSL | 77.33º | 0.88% | 0.58% | - |
| HSV(B) | 77.33º | 0.77% | 0.95% | - |
| XYZ | 53.18 | 74.47 | 15.19 | - |
| YUV | 204.54 | 43.61 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 55 | 0.22 | 0 | 0.77 | 0.05 | 77.33 | 0.88 | 0.58 |
| Hex | BC | F2 | 37 | 16 | 0 | 4D | 5 | 4D | 58 | 3A |
| Octal | 274 | 362 | 67 | 26 | 0 | 115 | 5 | 115 | 130 | 72 |
| Binary | 10111100 | 11110010 | 110111 | 10110 | 0 | 1001101 | 101 | 1001101 | 1011000 | 111010 |
Color Harmonies of #BCF237
Complementary color
Monochromatic Colors of #BCF237
Black with #BCF237
Text Example
Text Example
White with #BCF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF237; }
p { color: rgb(188,242,55); }
H1.HeaderClassName
{
color: #BCF237;
}
.AnyTagClassName
{
color: #BCF237;
}
</style>
background-color css
<style>
a { background-color: #BCF237; }
a { background-color: rgb(188,242,55); }
div.DivClassName
{
background-color: #BCF237;
}
.BgClassName
{
background-color: #BCF237;
}
</style>
border-color css
<style>
span { border-color: #BCF237; }
span { border-color: rgb(188,242,55); }
td.TdClassName
{
border-color: #BCF237;
}
.TagClassName
{
border-color: #BCF237;
}
</style>