Shades of Green Yellow #BAFC37
Tints of Green Yellow #BAFC37
RGB
CMYK
RGB Variations
Color information
#BAFC37 (or 0xBAFC37) is known color: Green Yellow. HEX triplet: BA, FC and 37. RGB value is (186,252,55). Sum of RGB (Red+Green+Blue) = 186+252+55=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC37 is #4503C8. Grayscale: #D2D2D2. Windows color (decimal): -4522953 or 3669178. OLE color: 3669178.
HSL color Cylindrical-coordinate representation of color #BAFC37: hue angle of 80.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAFC37 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 55 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.01 |
| HSL | 80.1º | 0.97% | 0.6% | - |
| HSV(B) | 80.1º | 0.78% | 0.99% | - |
| XYZ | 55.75 | 80.34 | 16.18 | - |
| YUV | 209.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 55 | 0.26 | 0 | 0.78 | 0.01 | 80.1 | 0.97 | 0.6 |
| Hex | BA | FC | 37 | 1A | 0 | 4E | 1 | 50 | 61 | 3C |
| Octal | 272 | 374 | 67 | 32 | 0 | 116 | 1 | 120 | 141 | 74 |
| Binary | 10111010 | 11111100 | 110111 | 11010 | 0 | 1001110 | 1 | 1010000 | 1100001 | 111100 |
Color Harmonies of #BAFC37
Complementary color
Monochromatic Colors of #BAFC37
Black with #BAFC37
Text Example
Text Example
White with #BAFC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC37; }
p { color: rgb(186,252,55); }
H1.HeaderClassName
{
color: #BAFC37;
}
.AnyTagClassName
{
color: #BAFC37;
}
</style>
background-color css
<style>
a { background-color: #BAFC37; }
a { background-color: rgb(186,252,55); }
div.DivClassName
{
background-color: #BAFC37;
}
.BgClassName
{
background-color: #BAFC37;
}
</style>
border-color css
<style>
span { border-color: #BAFC37; }
span { border-color: rgb(186,252,55); }
td.TdClassName
{
border-color: #BAFC37;
}
.TagClassName
{
border-color: #BAFC37;
}
</style>