Shades of Green Yellow #BCF43C
Tints of Green Yellow #BCF43C
RGB
CMYK
RGB Variations
Color information
#BCF43C (or 0xBCF43C) is known color: Green Yellow. HEX triplet: BC, F4 and 3C. RGB value is (188,244,60). Sum of RGB (Red+Green+Blue) = 188+244+60=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF43C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF43C is #430BC3. Grayscale: #CECECE. Windows color (decimal): -4393924 or 3994812. OLE color: 3994812.
HSL color Cylindrical-coordinate representation of color #BCF43C: hue angle of 78.26º degrees, saturation: 0.89, 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 #BCF43C is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 60 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.04 |
| HSL | 78.26º | 0.89% | 0.6% | - |
| HSV(B) | 78.26º | 0.75% | 0.96% | - |
| XYZ | 53.91 | 75.72 | 16.05 | - |
| YUV | 206.28 | 45.45 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 60 | 0.23 | 0 | 0.75 | 0.04 | 78.26 | 0.89 | 0.6 |
| Hex | BC | F4 | 3C | 17 | 0 | 4B | 4 | 4E | 59 | 3C |
| Octal | 274 | 364 | 74 | 27 | 0 | 113 | 4 | 116 | 131 | 74 |
| Binary | 10111100 | 11110100 | 111100 | 10111 | 0 | 1001011 | 100 | 1001110 | 1011001 | 111100 |
Color Harmonies of #BCF43C
Complementary color
Monochromatic Colors of #BCF43C
Black with #BCF43C
Text Example
Text Example
White with #BCF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF43C; }
p { color: rgb(188,244,60); }
H1.HeaderClassName
{
color: #BCF43C;
}
.AnyTagClassName
{
color: #BCF43C;
}
</style>
background-color css
<style>
a { background-color: #BCF43C; }
a { background-color: rgb(188,244,60); }
div.DivClassName
{
background-color: #BCF43C;
}
.BgClassName
{
background-color: #BCF43C;
}
</style>
border-color css
<style>
span { border-color: #BCF43C; }
span { border-color: rgb(188,244,60); }
td.TdClassName
{
border-color: #BCF43C;
}
.TagClassName
{
border-color: #BCF43C;
}
</style>