Shades of Green Yellow #BCF841
Tints of Green Yellow #BCF841
RGB
CMYK
RGB Variations
Color information
#BCF841 (or 0xBCF841) is known color: Green Yellow. HEX triplet: BC, F8 and 41. RGB value is (188,248,65). Sum of RGB (Red+Green+Blue) = 188+248+65=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF841 is #4307BE. Grayscale: #D1D1D1. Windows color (decimal): -4392895 or 4323516. OLE color: 4323516.
HSL color Cylindrical-coordinate representation of color #BCF841: hue angle of 79.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCF841 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 65 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.03 |
| HSL | 79.67º | 0.93% | 0.61% | - |
| HSV(B) | 79.67º | 0.74% | 0.97% | - |
| XYZ | 55.26 | 78.21 | 17.18 | - |
| YUV | 209.2 | 46.62 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 65 | 0.24 | 0 | 0.74 | 0.03 | 79.67 | 0.93 | 0.61 |
| Hex | BC | F8 | 41 | 18 | 0 | 4A | 3 | 50 | 5D | 3D |
| Octal | 274 | 370 | 101 | 30 | 0 | 112 | 3 | 120 | 135 | 75 |
| Binary | 10111100 | 11111000 | 1000001 | 11000 | 0 | 1001010 | 11 | 1010000 | 1011101 | 111101 |
Color Harmonies of #BCF841
Complementary color
Monochromatic Colors of #BCF841
Black with #BCF841
Text Example
Text Example
White with #BCF841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF841; }
p { color: rgb(188,248,65); }
H1.HeaderClassName
{
color: #BCF841;
}
.AnyTagClassName
{
color: #BCF841;
}
</style>
background-color css
<style>
a { background-color: #BCF841; }
a { background-color: rgb(188,248,65); }
div.DivClassName
{
background-color: #BCF841;
}
.BgClassName
{
background-color: #BCF841;
}
</style>
border-color css
<style>
span { border-color: #BCF841; }
span { border-color: rgb(188,248,65); }
td.TdClassName
{
border-color: #BCF841;
}
.TagClassName
{
border-color: #BCF841;
}
</style>