Shades of Green Yellow #BAF43C
Tints of Green Yellow #BAF43C
RGB
CMYK
RGB Variations
Color information
#BAF43C (or 0xBAF43C) is known color: Green Yellow. HEX triplet: BA, F4 and 3C. RGB value is (186,244,60). Sum of RGB (Red+Green+Blue) = 186+244+60=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF43C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF43C is #450BC3. Grayscale: #CECECE. Windows color (decimal): -4524996 or 3994810. OLE color: 3994810.
HSL color Cylindrical-coordinate representation of color #BAF43C: hue angle of 78.91º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAF43C is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 60 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.04 |
| HSL | 78.91º | 0.89% | 0.6% | - |
| HSV(B) | 78.91º | 0.75% | 0.96% | - |
| XYZ | 53.42 | 75.47 | 16.03 | - |
| YUV | 205.68 | 45.78 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 60 | 0.24 | 0 | 0.75 | 0.04 | 78.91 | 0.89 | 0.6 |
| Hex | BA | F4 | 3C | 18 | 0 | 4B | 4 | 4F | 59 | 3C |
| Octal | 272 | 364 | 74 | 30 | 0 | 113 | 4 | 117 | 131 | 74 |
| Binary | 10111010 | 11110100 | 111100 | 11000 | 0 | 1001011 | 100 | 1001111 | 1011001 | 111100 |
Color Harmonies of #BAF43C
Complementary color
Monochromatic Colors of #BAF43C
Black with #BAF43C
Text Example
Text Example
White with #BAF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF43C; }
p { color: rgb(186,244,60); }
H1.HeaderClassName
{
color: #BAF43C;
}
.AnyTagClassName
{
color: #BAF43C;
}
</style>
background-color css
<style>
a { background-color: #BAF43C; }
a { background-color: rgb(186,244,60); }
div.DivClassName
{
background-color: #BAF43C;
}
.BgClassName
{
background-color: #BAF43C;
}
</style>
border-color css
<style>
span { border-color: #BAF43C; }
span { border-color: rgb(186,244,60); }
td.TdClassName
{
border-color: #BAF43C;
}
.TagClassName
{
border-color: #BAF43C;
}
</style>