Shades of Green Yellow #BAF93D
Tints of Green Yellow #BAF93D
RGB
CMYK
RGB Variations
Color information
#BAF93D (or 0xBAF93D) is known color: Green Yellow. HEX triplet: BA, F9 and 3D. RGB value is (186,249,61). Sum of RGB (Red+Green+Blue) = 186+249+61=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF93D is #4506C2. Grayscale: #D1D1D1. Windows color (decimal): -4523715 or 4061626. OLE color: 4061626.
HSL color Cylindrical-coordinate representation of color #BAF93D: hue angle of 80.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAF93D is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 61 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.02 |
| HSL | 80.11º | 0.94% | 0.61% | - |
| HSV(B) | 80.11º | 0.76% | 0.98% | - |
| XYZ | 54.97 | 78.53 | 16.68 | - |
| YUV | 208.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 61 | 0.25 | 0 | 0.76 | 0.02 | 80.11 | 0.94 | 0.61 |
| Hex | BA | F9 | 3D | 19 | 0 | 4C | 2 | 50 | 5E | 3D |
| Octal | 272 | 371 | 75 | 31 | 0 | 114 | 2 | 120 | 136 | 75 |
| Binary | 10111010 | 11111001 | 111101 | 11001 | 0 | 1001100 | 10 | 1010000 | 1011110 | 111101 |
Color Harmonies of #BAF93D
Complementary color
Monochromatic Colors of #BAF93D
Black with #BAF93D
Text Example
Text Example
White with #BAF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF93D; }
p { color: rgb(186,249,61); }
H1.HeaderClassName
{
color: #BAF93D;
}
.AnyTagClassName
{
color: #BAF93D;
}
</style>
background-color css
<style>
a { background-color: #BAF93D; }
a { background-color: rgb(186,249,61); }
div.DivClassName
{
background-color: #BAF93D;
}
.BgClassName
{
background-color: #BAF93D;
}
</style>
border-color css
<style>
span { border-color: #BAF93D; }
span { border-color: rgb(186,249,61); }
td.TdClassName
{
border-color: #BAF93D;
}
.TagClassName
{
border-color: #BAF93D;
}
</style>