Shades of Green Yellow #BAF73C
Tints of Green Yellow #BAF73C
RGB
CMYK
RGB Variations
Color information
#BAF73C (or 0xBAF73C) is known color: Green Yellow. HEX triplet: BA, F7 and 3C. RGB value is (186,247,60). Sum of RGB (Red+Green+Blue) = 186+247+60=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF73C is #4508C3. Grayscale: #D0D0D0. Windows color (decimal): -4524228 or 3995578. OLE color: 3995578.
HSL color Cylindrical-coordinate representation of color #BAF73C: hue angle of 79.57º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAF73C is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 60 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.03 |
| HSL | 79.57º | 0.92% | 0.6% | - |
| HSV(B) | 79.57º | 0.76% | 0.97% | - |
| XYZ | 54.33 | 77.29 | 16.33 | - |
| YUV | 207.44 | 44.79 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 60 | 0.25 | 0 | 0.76 | 0.03 | 79.57 | 0.92 | 0.6 |
| Hex | BA | F7 | 3C | 19 | 0 | 4C | 3 | 50 | 5C | 3C |
| Octal | 272 | 367 | 74 | 31 | 0 | 114 | 3 | 120 | 134 | 74 |
| Binary | 10111010 | 11110111 | 111100 | 11001 | 0 | 1001100 | 11 | 1010000 | 1011100 | 111100 |
Color Harmonies of #BAF73C
Complementary color
Monochromatic Colors of #BAF73C
Black with #BAF73C
Text Example
Text Example
White with #BAF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF73C; }
p { color: rgb(186,247,60); }
H1.HeaderClassName
{
color: #BAF73C;
}
.AnyTagClassName
{
color: #BAF73C;
}
</style>
background-color css
<style>
a { background-color: #BAF73C; }
a { background-color: rgb(186,247,60); }
div.DivClassName
{
background-color: #BAF73C;
}
.BgClassName
{
background-color: #BAF73C;
}
</style>
border-color css
<style>
span { border-color: #BAF73C; }
span { border-color: rgb(186,247,60); }
td.TdClassName
{
border-color: #BAF73C;
}
.TagClassName
{
border-color: #BAF73C;
}
</style>