Shades of Green Yellow #BAFE38
Tints of Green Yellow #BAFE38
RGB
CMYK
RGB Variations
Color information
#BAFE38 (or 0xBAFE38) is known color: Green Yellow. HEX triplet: BA, FE and 38. RGB value is (186,254,56). Sum of RGB (Red+Green+Blue) = 186+254+56=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE38 is #4501C7. Grayscale: #D3D3D3. Windows color (decimal): -4522440 or 3735226. OLE color: 3735226.
HSL color Cylindrical-coordinate representation of color #BAFE38: hue angle of 80.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAFE38 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 56 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.00 |
| HSL | 80.61º | 0.99% | 0.61% | - |
| HSV(B) | 80.61º | 0.78% | 1% | - |
| XYZ | 56.41 | 81.61 | 16.52 | - |
| YUV | 211.1 | 40.47 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 56 | 0.27 | 0 | 0.78 | 0.00 | 80.61 | 0.99 | 0.61 |
| Hex | BA | FE | 38 | 1B | 0 | 4E | 0 | 51 | 63 | 3D |
| Octal | 272 | 376 | 70 | 33 | 0 | 116 | 0 | 121 | 143 | 75 |
| Binary | 10111010 | 11111110 | 111000 | 11011 | 0 | 1001110 | 0 | 1010001 | 1100011 | 111101 |
Color Harmonies of #BAFE38
Complementary color
Monochromatic Colors of #BAFE38
Black with #BAFE38
Text Example
Text Example
White with #BAFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE38; }
p { color: rgb(186,254,56); }
H1.HeaderClassName
{
color: #BAFE38;
}
.AnyTagClassName
{
color: #BAFE38;
}
</style>
background-color css
<style>
a { background-color: #BAFE38; }
a { background-color: rgb(186,254,56); }
div.DivClassName
{
background-color: #BAFE38;
}
.BgClassName
{
background-color: #BAFE38;
}
</style>
border-color css
<style>
span { border-color: #BAFE38; }
span { border-color: rgb(186,254,56); }
td.TdClassName
{
border-color: #BAFE38;
}
.TagClassName
{
border-color: #BAFE38;
}
</style>