Shades of Green Yellow #BAF238
Tints of Green Yellow #BAF238
RGB
CMYK
RGB Variations
Color information
#BAF238 (or 0xBAF238) is known color: Green Yellow. HEX triplet: BA, F2 and 38. RGB value is (186,242,56). Sum of RGB (Red+Green+Blue) = 186+242+56=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF238 is #450DC7. Grayscale: #CCCCCC. Windows color (decimal): -4525512 or 3732154. OLE color: 3732154.
HSL color Cylindrical-coordinate representation of color #BAF238: hue angle of 78.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAF238 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 56 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.05 |
| HSL | 78.06º | 0.88% | 0.58% | - |
| HSV(B) | 78.06º | 0.77% | 0.95% | - |
| XYZ | 52.72 | 74.23 | 15.29 | - |
| YUV | 204.05 | 44.45 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 56 | 0.23 | 0 | 0.77 | 0.05 | 78.06 | 0.88 | 0.58 |
| Hex | BA | F2 | 38 | 17 | 0 | 4D | 5 | 4E | 58 | 3A |
| Octal | 272 | 362 | 70 | 27 | 0 | 115 | 5 | 116 | 130 | 72 |
| Binary | 10111010 | 11110010 | 111000 | 10111 | 0 | 1001101 | 101 | 1001110 | 1011000 | 111010 |
Color Harmonies of #BAF238
Complementary color
Monochromatic Colors of #BAF238
Black with #BAF238
Text Example
Text Example
White with #BAF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF238; }
p { color: rgb(186,242,56); }
H1.HeaderClassName
{
color: #BAF238;
}
.AnyTagClassName
{
color: #BAF238;
}
</style>
background-color css
<style>
a { background-color: #BAF238; }
a { background-color: rgb(186,242,56); }
div.DivClassName
{
background-color: #BAF238;
}
.BgClassName
{
background-color: #BAF238;
}
</style>
border-color css
<style>
span { border-color: #BAF238; }
span { border-color: rgb(186,242,56); }
td.TdClassName
{
border-color: #BAF238;
}
.TagClassName
{
border-color: #BAF238;
}
</style>