Shades of Green Yellow #BCF43A
Tints of Green Yellow #BCF43A
RGB
CMYK
RGB Variations
Color information
#BCF43A (or 0xBCF43A) is known color: Green Yellow. HEX triplet: BC, F4 and 3A. RGB value is (188,244,58). Sum of RGB (Red+Green+Blue) = 188+244+58=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF43A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF43A is #430BC5. Grayscale: #CECECE. Windows color (decimal): -4393926 or 3863740. OLE color: 3863740.
HSL color Cylindrical-coordinate representation of color #BCF43A: hue angle of 78.06º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCF43A is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 58 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.04 |
| HSL | 78.06º | 0.89% | 0.59% | - |
| HSV(B) | 78.06º | 0.76% | 0.96% | - |
| XYZ | 53.85 | 75.7 | 15.78 | - |
| YUV | 206.05 | 44.45 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 58 | 0.23 | 0 | 0.76 | 0.04 | 78.06 | 0.89 | 0.59 |
| Hex | BC | F4 | 3A | 17 | 0 | 4C | 4 | 4E | 59 | 3B |
| Octal | 274 | 364 | 72 | 27 | 0 | 114 | 4 | 116 | 131 | 73 |
| Binary | 10111100 | 11110100 | 111010 | 10111 | 0 | 1001100 | 100 | 1001110 | 1011001 | 111011 |
Color Harmonies of #BCF43A
Complementary color
Monochromatic Colors of #BCF43A
Black with #BCF43A
Text Example
Text Example
White with #BCF43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF43A; }
p { color: rgb(188,244,58); }
H1.HeaderClassName
{
color: #BCF43A;
}
.AnyTagClassName
{
color: #BCF43A;
}
</style>
background-color css
<style>
a { background-color: #BCF43A; }
a { background-color: rgb(188,244,58); }
div.DivClassName
{
background-color: #BCF43A;
}
.BgClassName
{
background-color: #BCF43A;
}
</style>
border-color css
<style>
span { border-color: #BCF43A; }
span { border-color: rgb(188,244,58); }
td.TdClassName
{
border-color: #BCF43A;
}
.TagClassName
{
border-color: #BCF43A;
}
</style>