Shades of Green Yellow #BAF13C
Tints of Green Yellow #BAF13C
RGB
CMYK
RGB Variations
Color information
#BAF13C (or 0xBAF13C) is known color: Green Yellow. HEX triplet: BA, F1 and 3C. RGB value is (186,241,60). Sum of RGB (Red+Green+Blue) = 186+241+60=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF13C is #450EC3. Grayscale: #CCCCCC. Windows color (decimal): -4525764 or 3994042. OLE color: 3994042.
HSL color Cylindrical-coordinate representation of color #BAF13C: hue angle of 78.23º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAF13C is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 60 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.05 |
| HSL | 78.23º | 0.87% | 0.59% | - |
| HSV(B) | 78.23º | 0.75% | 0.95% | - |
| XYZ | 52.52 | 73.68 | 15.73 | - |
| YUV | 203.92 | 46.78 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 60 | 0.23 | 0 | 0.75 | 0.05 | 78.23 | 0.87 | 0.59 |
| Hex | BA | F1 | 3C | 17 | 0 | 4B | 5 | 4E | 57 | 3B |
| Octal | 272 | 361 | 74 | 27 | 0 | 113 | 5 | 116 | 127 | 73 |
| Binary | 10111010 | 11110001 | 111100 | 10111 | 0 | 1001011 | 101 | 1001110 | 1010111 | 111011 |
Color Harmonies of #BAF13C
Complementary color
Monochromatic Colors of #BAF13C
Black with #BAF13C
Text Example
Text Example
White with #BAF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF13C; }
p { color: rgb(186,241,60); }
H1.HeaderClassName
{
color: #BAF13C;
}
.AnyTagClassName
{
color: #BAF13C;
}
</style>
background-color css
<style>
a { background-color: #BAF13C; }
a { background-color: rgb(186,241,60); }
div.DivClassName
{
background-color: #BAF13C;
}
.BgClassName
{
background-color: #BAF13C;
}
</style>
border-color css
<style>
span { border-color: #BAF13C; }
span { border-color: rgb(186,241,60); }
td.TdClassName
{
border-color: #BAF13C;
}
.TagClassName
{
border-color: #BAF13C;
}
</style>