Shades of Green Yellow #BAF83D
Tints of Green Yellow #BAF83D
RGB
CMYK
RGB Variations
Color information
#BAF83D (or 0xBAF83D) is known color: Green Yellow. HEX triplet: BA, F8 and 3D. RGB value is (186,248,61). Sum of RGB (Red+Green+Blue) = 186+248+61=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF83D is #4507C2. Grayscale: #D0D0D0. Windows color (decimal): -4523971 or 4061370. OLE color: 4061370.
HSL color Cylindrical-coordinate representation of color #BAF83D: hue angle of 79.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAF83D is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 61 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.03 |
| HSL | 79.89º | 0.93% | 0.61% | - |
| HSV(B) | 79.89º | 0.75% | 0.97% | - |
| XYZ | 54.66 | 77.91 | 16.57 | - |
| YUV | 208.14 | 44.96 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 61 | 0.25 | 0 | 0.75 | 0.03 | 79.89 | 0.93 | 0.61 |
| Hex | BA | F8 | 3D | 19 | 0 | 4B | 3 | 50 | 5D | 3D |
| Octal | 272 | 370 | 75 | 31 | 0 | 113 | 3 | 120 | 135 | 75 |
| Binary | 10111010 | 11111000 | 111101 | 11001 | 0 | 1001011 | 11 | 1010000 | 1011101 | 111101 |
Color Harmonies of #BAF83D
Complementary color
Monochromatic Colors of #BAF83D
Black with #BAF83D
Text Example
Text Example
White with #BAF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF83D; }
p { color: rgb(186,248,61); }
H1.HeaderClassName
{
color: #BAF83D;
}
.AnyTagClassName
{
color: #BAF83D;
}
</style>
background-color css
<style>
a { background-color: #BAF83D; }
a { background-color: rgb(186,248,61); }
div.DivClassName
{
background-color: #BAF83D;
}
.BgClassName
{
background-color: #BAF83D;
}
</style>
border-color css
<style>
span { border-color: #BAF83D; }
span { border-color: rgb(186,248,61); }
td.TdClassName
{
border-color: #BAF83D;
}
.TagClassName
{
border-color: #BAF83D;
}
</style>