Shades of Green Yellow #BCF641
Tints of Green Yellow #BCF641
RGB
CMYK
RGB Variations
Color information
#BCF641 (or 0xBCF641) is known color: Green Yellow. HEX triplet: BC, F6 and 41. RGB value is (188,246,65). Sum of RGB (Red+Green+Blue) = 188+246+65=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF641 is #4309BE. Grayscale: #D0D0D0. Windows color (decimal): -4393407 or 4323004. OLE color: 4323004.
HSL color Cylindrical-coordinate representation of color #BCF641: hue angle of 79.23º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCF641 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 65 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.04 |
| HSL | 79.23º | 0.91% | 0.61% | - |
| HSV(B) | 79.23º | 0.74% | 0.96% | - |
| XYZ | 54.65 | 76.98 | 16.98 | - |
| YUV | 208.02 | 47.28 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 65 | 0.24 | 0 | 0.74 | 0.04 | 79.23 | 0.91 | 0.61 |
| Hex | BC | F6 | 41 | 18 | 0 | 4A | 4 | 4F | 5B | 3D |
| Octal | 274 | 366 | 101 | 30 | 0 | 112 | 4 | 117 | 133 | 75 |
| Binary | 10111100 | 11110110 | 1000001 | 11000 | 0 | 1001010 | 100 | 1001111 | 1011011 | 111101 |
Color Harmonies of #BCF641
Complementary color
Monochromatic Colors of #BCF641
Black with #BCF641
Text Example
Text Example
White with #BCF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF641; }
p { color: rgb(188,246,65); }
H1.HeaderClassName
{
color: #BCF641;
}
.AnyTagClassName
{
color: #BCF641;
}
</style>
background-color css
<style>
a { background-color: #BCF641; }
a { background-color: rgb(188,246,65); }
div.DivClassName
{
background-color: #BCF641;
}
.BgClassName
{
background-color: #BCF641;
}
</style>
border-color css
<style>
span { border-color: #BCF641; }
span { border-color: rgb(188,246,65); }
td.TdClassName
{
border-color: #BCF641;
}
.TagClassName
{
border-color: #BCF641;
}
</style>