Shades of Green Yellow #BCF53F
Tints of Green Yellow #BCF53F
RGB
CMYK
RGB Variations
Color information
#BCF53F (or 0xBCF53F) is known color: Green Yellow. HEX triplet: BC, F5 and 3F. RGB value is (188,245,63). Sum of RGB (Red+Green+Blue) = 188+245+63=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF53F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF53F is #430AC0. Grayscale: #CFCFCF. Windows color (decimal): -4393665 or 4191676. OLE color: 4191676.
HSL color Cylindrical-coordinate representation of color #BCF53F: hue angle of 78.79º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCF53F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 63 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.04 |
| HSL | 78.79º | 0.9% | 0.6% | - |
| HSV(B) | 78.79º | 0.74% | 0.96% | - |
| XYZ | 54.29 | 76.36 | 16.58 | - |
| YUV | 207.21 | 46.62 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 63 | 0.23 | 0 | 0.74 | 0.04 | 78.79 | 0.9 | 0.6 |
| Hex | BC | F5 | 3F | 17 | 0 | 4A | 4 | 4F | 5A | 3C |
| Octal | 274 | 365 | 77 | 27 | 0 | 112 | 4 | 117 | 132 | 74 |
| Binary | 10111100 | 11110101 | 111111 | 10111 | 0 | 1001010 | 100 | 1001111 | 1011010 | 111100 |
Color Harmonies of #BCF53F
Complementary color
Monochromatic Colors of #BCF53F
Black with #BCF53F
Text Example
Text Example
White with #BCF53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF53F; }
p { color: rgb(188,245,63); }
H1.HeaderClassName
{
color: #BCF53F;
}
.AnyTagClassName
{
color: #BCF53F;
}
</style>
background-color css
<style>
a { background-color: #BCF53F; }
a { background-color: rgb(188,245,63); }
div.DivClassName
{
background-color: #BCF53F;
}
.BgClassName
{
background-color: #BCF53F;
}
</style>
border-color css
<style>
span { border-color: #BCF53F; }
span { border-color: rgb(188,245,63); }
td.TdClassName
{
border-color: #BCF53F;
}
.TagClassName
{
border-color: #BCF53F;
}
</style>