Shades of Green Yellow #BCF136
Tints of Green Yellow #BCF136
RGB
CMYK
RGB Variations
Color information
#BCF136 (or 0xBCF136) is known color: Green Yellow. HEX triplet: BC, F1 and 36. RGB value is (188,241,54). Sum of RGB (Red+Green+Blue) = 188+241+54=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF136 is #430EC9. Grayscale: #CCCCCC. Windows color (decimal): -4394698 or 3600828. OLE color: 3600828.
HSL color Cylindrical-coordinate representation of color #BCF136: hue angle of 77.01º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCF136 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 54 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.05 |
| HSL | 77.01º | 0.87% | 0.58% | - |
| HSV(B) | 77.01º | 0.78% | 0.95% | - |
| XYZ | 52.86 | 73.87 | 14.96 | - |
| YUV | 203.84 | 43.44 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 54 | 0.22 | 0 | 0.78 | 0.05 | 77.01 | 0.87 | 0.58 |
| Hex | BC | F1 | 36 | 16 | 0 | 4E | 5 | 4D | 57 | 3A |
| Octal | 274 | 361 | 66 | 26 | 0 | 116 | 5 | 115 | 127 | 72 |
| Binary | 10111100 | 11110001 | 110110 | 10110 | 0 | 1001110 | 101 | 1001101 | 1010111 | 111010 |
Color Harmonies of #BCF136
Complementary color
Monochromatic Colors of #BCF136
Black with #BCF136
Text Example
Text Example
White with #BCF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF136; }
p { color: rgb(188,241,54); }
H1.HeaderClassName
{
color: #BCF136;
}
.AnyTagClassName
{
color: #BCF136;
}
</style>
background-color css
<style>
a { background-color: #BCF136; }
a { background-color: rgb(188,241,54); }
div.DivClassName
{
background-color: #BCF136;
}
.BgClassName
{
background-color: #BCF136;
}
</style>
border-color css
<style>
span { border-color: #BCF136; }
span { border-color: rgb(188,241,54); }
td.TdClassName
{
border-color: #BCF136;
}
.TagClassName
{
border-color: #BCF136;
}
</style>