Shades of Green Yellow #BCF62D
Tints of Green Yellow #BCF62D
RGB
CMYK
RGB Variations
Color information
#BCF62D (or 0xBCF62D) is known color: Green Yellow. HEX triplet: BC, F6 and 2D. RGB value is (188,246,45). Sum of RGB (Red+Green+Blue) = 188+246+45=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF62D is #4309D2. Grayscale: #CECECE. Windows color (decimal): -4393427 or 3012284. OLE color: 3012284.
HSL color Cylindrical-coordinate representation of color #BCF62D: hue angle of 77.31º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCF62D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 45 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.04 |
| HSL | 77.31º | 0.92% | 0.57% | - |
| HSV(B) | 77.31º | 0.82% | 0.96% | - |
| XYZ | 54.17 | 76.79 | 14.45 | - |
| YUV | 205.74 | 37.28 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 45 | 0.24 | 0 | 0.82 | 0.04 | 77.31 | 0.92 | 0.57 |
| Hex | BC | F6 | 2D | 18 | 0 | 52 | 4 | 4D | 5C | 39 |
| Octal | 274 | 366 | 55 | 30 | 0 | 122 | 4 | 115 | 134 | 71 |
| Binary | 10111100 | 11110110 | 101101 | 11000 | 0 | 1010010 | 100 | 1001101 | 1011100 | 111001 |
Color Harmonies of #BCF62D
Complementary color
Monochromatic Colors of #BCF62D
Black with #BCF62D
Text Example
Text Example
White with #BCF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF62D; }
p { color: rgb(188,246,45); }
H1.HeaderClassName
{
color: #BCF62D;
}
.AnyTagClassName
{
color: #BCF62D;
}
</style>
background-color css
<style>
a { background-color: #BCF62D; }
a { background-color: rgb(188,246,45); }
div.DivClassName
{
background-color: #BCF62D;
}
.BgClassName
{
background-color: #BCF62D;
}
</style>
border-color css
<style>
span { border-color: #BCF62D; }
span { border-color: rgb(188,246,45); }
td.TdClassName
{
border-color: #BCF62D;
}
.TagClassName
{
border-color: #BCF62D;
}
</style>