Shades of Green Yellow #BAFC3F
Tints of Green Yellow #BAFC3F
RGB
CMYK
RGB Variations
Color information
#BAFC3F (or 0xBAFC3F) is known color: Green Yellow. HEX triplet: BA, FC and 3F. RGB value is (186,252,63). Sum of RGB (Red+Green+Blue) = 186+252+63=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC3F is #4503C0. Grayscale: #D3D3D3. Windows color (decimal): -4522945 or 4193466. OLE color: 4193466.
HSL color Cylindrical-coordinate representation of color #BAFC3F: hue angle of 80.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAFC3F is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 63 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.01 |
| HSL | 80.95º | 0.97% | 0.62% | - |
| HSV(B) | 80.95º | 0.75% | 0.99% | - |
| XYZ | 55.96 | 80.42 | 17.28 | - |
| YUV | 210.72 | 44.63 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 63 | 0.26 | 0 | 0.75 | 0.01 | 80.95 | 0.97 | 0.62 |
| Hex | BA | FC | 3F | 1A | 0 | 4B | 1 | 51 | 61 | 3E |
| Octal | 272 | 374 | 77 | 32 | 0 | 113 | 1 | 121 | 141 | 76 |
| Binary | 10111010 | 11111100 | 111111 | 11010 | 0 | 1001011 | 1 | 1010001 | 1100001 | 111110 |
Color Harmonies of #BAFC3F
Complementary color
Monochromatic Colors of #BAFC3F
Black with #BAFC3F
Text Example
Text Example
White with #BAFC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC3F; }
p { color: rgb(186,252,63); }
H1.HeaderClassName
{
color: #BAFC3F;
}
.AnyTagClassName
{
color: #BAFC3F;
}
</style>
background-color css
<style>
a { background-color: #BAFC3F; }
a { background-color: rgb(186,252,63); }
div.DivClassName
{
background-color: #BAFC3F;
}
.BgClassName
{
background-color: #BAFC3F;
}
</style>
border-color css
<style>
span { border-color: #BAFC3F; }
span { border-color: rgb(186,252,63); }
td.TdClassName
{
border-color: #BAFC3F;
}
.TagClassName
{
border-color: #BAFC3F;
}
</style>