Shades of Green Yellow #BAFC3C
Tints of Green Yellow #BAFC3C
RGB
CMYK
RGB Variations
Color information
#BAFC3C (or 0xBAFC3C) is known color: Green Yellow. HEX triplet: BA, FC and 3C. RGB value is (186,252,60). Sum of RGB (Red+Green+Blue) = 186+252+60=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC3C is #4503C3. Grayscale: #D3D3D3. Windows color (decimal): -4522948 or 3996858. OLE color: 3996858.
HSL color Cylindrical-coordinate representation of color #BAFC3C: hue angle of 80.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAFC3C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 60 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.01 |
| HSL | 80.63º | 0.97% | 0.61% | - |
| HSV(B) | 80.63º | 0.76% | 0.99% | - |
| XYZ | 55.88 | 80.39 | 16.85 | - |
| YUV | 210.38 | 43.13 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 60 | 0.26 | 0 | 0.76 | 0.01 | 80.63 | 0.97 | 0.61 |
| Hex | BA | FC | 3C | 1A | 0 | 4C | 1 | 51 | 61 | 3D |
| Octal | 272 | 374 | 74 | 32 | 0 | 114 | 1 | 121 | 141 | 75 |
| Binary | 10111010 | 11111100 | 111100 | 11010 | 0 | 1001100 | 1 | 1010001 | 1100001 | 111101 |
Color Harmonies of #BAFC3C
Complementary color
Monochromatic Colors of #BAFC3C
Black with #BAFC3C
Text Example
Text Example
White with #BAFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC3C; }
p { color: rgb(186,252,60); }
H1.HeaderClassName
{
color: #BAFC3C;
}
.AnyTagClassName
{
color: #BAFC3C;
}
</style>
background-color css
<style>
a { background-color: #BAFC3C; }
a { background-color: rgb(186,252,60); }
div.DivClassName
{
background-color: #BAFC3C;
}
.BgClassName
{
background-color: #BAFC3C;
}
</style>
border-color css
<style>
span { border-color: #BAFC3C; }
span { border-color: rgb(186,252,60); }
td.TdClassName
{
border-color: #BAFC3C;
}
.TagClassName
{
border-color: #BAFC3C;
}
</style>