Shades of Green Yellow #BCF538
Tints of Green Yellow #BCF538
RGB
CMYK
RGB Variations
Color information
#BCF538 (or 0xBCF538) is known color: Green Yellow. HEX triplet: BC, F5 and 38. RGB value is (188,245,56). Sum of RGB (Red+Green+Blue) = 188+245+56=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF538 is #430AC7. Grayscale: #CFCFCF. Windows color (decimal): -4393672 or 3732924. OLE color: 3732924.
HSL color Cylindrical-coordinate representation of color #BCF538: hue angle of 78.1º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCF538 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 56 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.04 |
| HSL | 78.1º | 0.9% | 0.59% | - |
| HSV(B) | 78.1º | 0.77% | 0.96% | - |
| XYZ | 54.11 | 76.28 | 15.61 | - |
| YUV | 206.41 | 43.12 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 56 | 0.23 | 0 | 0.77 | 0.04 | 78.1 | 0.9 | 0.59 |
| Hex | BC | F5 | 38 | 17 | 0 | 4D | 4 | 4E | 5A | 3B |
| Octal | 274 | 365 | 70 | 27 | 0 | 115 | 4 | 116 | 132 | 73 |
| Binary | 10111100 | 11110101 | 111000 | 10111 | 0 | 1001101 | 100 | 1001110 | 1011010 | 111011 |
Color Harmonies of #BCF538
Complementary color
Monochromatic Colors of #BCF538
Black with #BCF538
Text Example
Text Example
White with #BCF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF538; }
p { color: rgb(188,245,56); }
H1.HeaderClassName
{
color: #BCF538;
}
.AnyTagClassName
{
color: #BCF538;
}
</style>
background-color css
<style>
a { background-color: #BCF538; }
a { background-color: rgb(188,245,56); }
div.DivClassName
{
background-color: #BCF538;
}
.BgClassName
{
background-color: #BCF538;
}
</style>
border-color css
<style>
span { border-color: #BCF538; }
span { border-color: rgb(188,245,56); }
td.TdClassName
{
border-color: #BCF538;
}
.TagClassName
{
border-color: #BCF538;
}
</style>