Shades of Green Yellow #BCF537
Tints of Green Yellow #BCF537
RGB
CMYK
RGB Variations
Color information
#BCF537 (or 0xBCF537) is known color: Green Yellow. HEX triplet: BC, F5 and 37. RGB value is (188,245,55). Sum of RGB (Red+Green+Blue) = 188+245+55=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF537 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF537 is #430AC8. Grayscale: #CFCFCF. Windows color (decimal): -4393673 or 3667388. OLE color: 3667388.
HSL color Cylindrical-coordinate representation of color #BCF537: hue angle of 78º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCF537 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 55 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.04 |
| HSL | 78º | 0.9% | 0.59% | - |
| HSV(B) | 78º | 0.78% | 0.96% | - |
| XYZ | 54.08 | 76.27 | 15.49 | - |
| YUV | 206.3 | 42.62 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 55 | 0.23 | 0 | 0.78 | 0.04 | 78 | 0.9 | 0.59 |
| Hex | BC | F5 | 37 | 17 | 0 | 4E | 4 | 4E | 5A | 3B |
| Octal | 274 | 365 | 67 | 27 | 0 | 116 | 4 | 116 | 132 | 73 |
| Binary | 10111100 | 11110101 | 110111 | 10111 | 0 | 1001110 | 100 | 1001110 | 1011010 | 111011 |
Color Harmonies of #BCF537
Complementary color
Monochromatic Colors of #BCF537
Black with #BCF537
Text Example
Text Example
White with #BCF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF537; }
p { color: rgb(188,245,55); }
H1.HeaderClassName
{
color: #BCF537;
}
.AnyTagClassName
{
color: #BCF537;
}
</style>
background-color css
<style>
a { background-color: #BCF537; }
a { background-color: rgb(188,245,55); }
div.DivClassName
{
background-color: #BCF537;
}
.BgClassName
{
background-color: #BCF537;
}
</style>
border-color css
<style>
span { border-color: #BCF537; }
span { border-color: rgb(188,245,55); }
td.TdClassName
{
border-color: #BCF537;
}
.TagClassName
{
border-color: #BCF537;
}
</style>