Shades of Green Yellow #BAF438
Tints of Green Yellow #BAF438
RGB
CMYK
RGB Variations
Color information
#BAF438 (or 0xBAF438) is known color: Green Yellow. HEX triplet: BA, F4 and 38. RGB value is (186,244,56). Sum of RGB (Red+Green+Blue) = 186+244+56=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF438 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF438 is #450BC7. Grayscale: #CDCDCD. Windows color (decimal): -4525000 or 3732666. OLE color: 3732666.
HSL color Cylindrical-coordinate representation of color #BAF438: hue angle of 78.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAF438 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 56 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.04 |
| HSL | 78.51º | 0.9% | 0.59% | - |
| HSV(B) | 78.51º | 0.77% | 0.96% | - |
| XYZ | 53.31 | 75.43 | 15.49 | - |
| YUV | 205.23 | 43.78 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 56 | 0.24 | 0 | 0.77 | 0.04 | 78.51 | 0.9 | 0.59 |
| Hex | BA | F4 | 38 | 18 | 0 | 4D | 4 | 4F | 5A | 3B |
| Octal | 272 | 364 | 70 | 30 | 0 | 115 | 4 | 117 | 132 | 73 |
| Binary | 10111010 | 11110100 | 111000 | 11000 | 0 | 1001101 | 100 | 1001111 | 1011010 | 111011 |
Color Harmonies of #BAF438
Complementary color
Monochromatic Colors of #BAF438
Black with #BAF438
Text Example
Text Example
White with #BAF438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF438; }
p { color: rgb(186,244,56); }
H1.HeaderClassName
{
color: #BAF438;
}
.AnyTagClassName
{
color: #BAF438;
}
</style>
background-color css
<style>
a { background-color: #BAF438; }
a { background-color: rgb(186,244,56); }
div.DivClassName
{
background-color: #BAF438;
}
.BgClassName
{
background-color: #BAF438;
}
</style>
border-color css
<style>
span { border-color: #BAF438; }
span { border-color: rgb(186,244,56); }
td.TdClassName
{
border-color: #BAF438;
}
.TagClassName
{
border-color: #BAF438;
}
</style>