Shades of Green Yellow #BCF629
Tints of Green Yellow #BCF629
RGB
CMYK
RGB Variations
Color information
#BCF629 (or 0xBCF629) is known color: Green Yellow. HEX triplet: BC, F6 and 29. RGB value is (188,246,41). Sum of RGB (Red+Green+Blue) = 188+246+41=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF629 is #4309D6. Grayscale: #CECECE. Windows color (decimal): -4393431 or 2750140. OLE color: 2750140.
HSL color Cylindrical-coordinate representation of color #BCF629: hue angle of 76.98º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCF629 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 41 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.04 |
| HSL | 76.98º | 0.92% | 0.56% | - |
| HSV(B) | 76.98º | 0.83% | 0.96% | - |
| XYZ | 54.1 | 76.76 | 14.06 | - |
| YUV | 205.29 | 35.28 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 41 | 0.24 | 0 | 0.83 | 0.04 | 76.98 | 0.92 | 0.56 |
| Hex | BC | F6 | 29 | 18 | 0 | 53 | 4 | 4D | 5C | 38 |
| Octal | 274 | 366 | 51 | 30 | 0 | 123 | 4 | 115 | 134 | 70 |
| Binary | 10111100 | 11110110 | 101001 | 11000 | 0 | 1010011 | 100 | 1001101 | 1011100 | 111000 |
Color Harmonies of #BCF629
Complementary color
Monochromatic Colors of #BCF629
Black with #BCF629
Text Example
Text Example
White with #BCF629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF629; }
p { color: rgb(188,246,41); }
H1.HeaderClassName
{
color: #BCF629;
}
.AnyTagClassName
{
color: #BCF629;
}
</style>
background-color css
<style>
a { background-color: #BCF629; }
a { background-color: rgb(188,246,41); }
div.DivClassName
{
background-color: #BCF629;
}
.BgClassName
{
background-color: #BCF629;
}
</style>
border-color css
<style>
span { border-color: #BCF629; }
span { border-color: rgb(188,246,41); }
td.TdClassName
{
border-color: #BCF629;
}
.TagClassName
{
border-color: #BCF629;
}
</style>