Shades of Green Yellow #BCF93C
Tints of Green Yellow #BCF93C
RGB
CMYK
RGB Variations
Color information
#BCF93C (or 0xBCF93C) is known color: Green Yellow. HEX triplet: BC, F9 and 3C. RGB value is (188,249,60). Sum of RGB (Red+Green+Blue) = 188+249+60=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF93C is #4306C3. Grayscale: #D1D1D1. Windows color (decimal): -4392644 or 3996092. OLE color: 3996092.
HSL color Cylindrical-coordinate representation of color #BCF93C: hue angle of 79.37º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCF93C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 60 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.02 |
| HSL | 79.37º | 0.94% | 0.61% | - |
| HSV(B) | 79.37º | 0.76% | 0.98% | - |
| XYZ | 55.43 | 78.77 | 16.56 | - |
| YUV | 209.22 | 43.79 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 60 | 0.24 | 0 | 0.76 | 0.02 | 79.37 | 0.94 | 0.61 |
| Hex | BC | F9 | 3C | 18 | 0 | 4C | 2 | 4F | 5E | 3D |
| Octal | 274 | 371 | 74 | 30 | 0 | 114 | 2 | 117 | 136 | 75 |
| Binary | 10111100 | 11111001 | 111100 | 11000 | 0 | 1001100 | 10 | 1001111 | 1011110 | 111101 |
Color Harmonies of #BCF93C
Complementary color
Monochromatic Colors of #BCF93C
Black with #BCF93C
Text Example
Text Example
White with #BCF93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF93C; }
p { color: rgb(188,249,60); }
H1.HeaderClassName
{
color: #BCF93C;
}
.AnyTagClassName
{
color: #BCF93C;
}
</style>
background-color css
<style>
a { background-color: #BCF93C; }
a { background-color: rgb(188,249,60); }
div.DivClassName
{
background-color: #BCF93C;
}
.BgClassName
{
background-color: #BCF93C;
}
</style>
border-color css
<style>
span { border-color: #BCF93C; }
span { border-color: rgb(188,249,60); }
td.TdClassName
{
border-color: #BCF93C;
}
.TagClassName
{
border-color: #BCF93C;
}
</style>