Shades of Green Yellow #BAFE3F
Tints of Green Yellow #BAFE3F
RGB
CMYK
RGB Variations
Color information
#BAFE3F (or 0xBAFE3F) is known color: Green Yellow. HEX triplet: BA, FE and 3F. RGB value is (186,254,63). Sum of RGB (Red+Green+Blue) = 186+254+63=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE3F is #4501C0. Grayscale: #D4D4D4. Windows color (decimal): -4522433 or 4193978. OLE color: 4193978.
HSL color Cylindrical-coordinate representation of color #BAFE3F: hue angle of 81.36º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAFE3F is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 63 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.00 |
| HSL | 81.36º | 0.99% | 0.62% | - |
| HSV(B) | 81.36º | 0.75% | 1% | - |
| XYZ | 56.59 | 81.68 | 17.49 | - |
| YUV | 211.89 | 43.97 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 63 | 0.27 | 0 | 0.75 | 0.00 | 81.36 | 0.99 | 0.62 |
| Hex | BA | FE | 3F | 1B | 0 | 4B | 0 | 51 | 63 | 3E |
| Octal | 272 | 376 | 77 | 33 | 0 | 113 | 0 | 121 | 143 | 76 |
| Binary | 10111010 | 11111110 | 111111 | 11011 | 0 | 1001011 | 0 | 1010001 | 1100011 | 111110 |
Color Harmonies of #BAFE3F
Complementary color
Monochromatic Colors of #BAFE3F
Black with #BAFE3F
Text Example
Text Example
White with #BAFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE3F; }
p { color: rgb(186,254,63); }
H1.HeaderClassName
{
color: #BAFE3F;
}
.AnyTagClassName
{
color: #BAFE3F;
}
</style>
background-color css
<style>
a { background-color: #BAFE3F; }
a { background-color: rgb(186,254,63); }
div.DivClassName
{
background-color: #BAFE3F;
}
.BgClassName
{
background-color: #BAFE3F;
}
</style>
border-color css
<style>
span { border-color: #BAFE3F; }
span { border-color: rgb(186,254,63); }
td.TdClassName
{
border-color: #BAFE3F;
}
.TagClassName
{
border-color: #BAFE3F;
}
</style>