Shades of Green Yellow #BCF53E
Tints of Green Yellow #BCF53E
RGB
CMYK
RGB Variations
Color information
#BCF53E (or 0xBCF53E) is known color: Green Yellow. HEX triplet: BC, F5 and 3E. RGB value is (188,245,62). Sum of RGB (Red+Green+Blue) = 188+245+62=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF53E is #430AC1. Grayscale: #CFCFCF. Windows color (decimal): -4393666 or 4126140. OLE color: 4126140.
HSL color Cylindrical-coordinate representation of color #BCF53E: hue angle of 78.69º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCF53E is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 62 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.04 |
| HSL | 78.69º | 0.9% | 0.6% | - |
| HSV(B) | 78.69º | 0.75% | 0.96% | - |
| XYZ | 54.26 | 76.34 | 16.43 | - |
| YUV | 207.1 | 46.12 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 62 | 0.23 | 0 | 0.75 | 0.04 | 78.69 | 0.9 | 0.6 |
| Hex | BC | F5 | 3E | 17 | 0 | 4B | 4 | 4F | 5A | 3C |
| Octal | 274 | 365 | 76 | 27 | 0 | 113 | 4 | 117 | 132 | 74 |
| Binary | 10111100 | 11110101 | 111110 | 10111 | 0 | 1001011 | 100 | 1001111 | 1011010 | 111100 |
Color Harmonies of #BCF53E
Complementary color
Monochromatic Colors of #BCF53E
Black with #BCF53E
Text Example
Text Example
White with #BCF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF53E; }
p { color: rgb(188,245,62); }
H1.HeaderClassName
{
color: #BCF53E;
}
.AnyTagClassName
{
color: #BCF53E;
}
</style>
background-color css
<style>
a { background-color: #BCF53E; }
a { background-color: rgb(188,245,62); }
div.DivClassName
{
background-color: #BCF53E;
}
.BgClassName
{
background-color: #BCF53E;
}
</style>
border-color css
<style>
span { border-color: #BCF53E; }
span { border-color: rgb(188,245,62); }
td.TdClassName
{
border-color: #BCF53E;
}
.TagClassName
{
border-color: #BCF53E;
}
</style>