Shades of Green Yellow #BAFE28
Tints of Green Yellow #BAFE28
RGB
CMYK
RGB Variations
Color information
#BAFE28 (or 0xBAFE28) is known color: Green Yellow. HEX triplet: BA, FE and 28. RGB value is (186,254,40). Sum of RGB (Red+Green+Blue) = 186+254+40=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE28 is #4501D7. Grayscale: #D2D2D2. Windows color (decimal): -4522456 or 2686650. OLE color: 2686650.
HSL color Cylindrical-coordinate representation of color #BAFE28: hue angle of 79.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAFE28 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 40 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.00 |
| HSL | 79.07º | 0.99% | 0.58% | - |
| HSV(B) | 79.07º | 0.84% | 1% | - |
| XYZ | 56.07 | 81.48 | 14.78 | - |
| YUV | 209.27 | 32.47 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 40 | 0.27 | 0 | 0.84 | 0.00 | 79.07 | 0.99 | 0.58 |
| Hex | BA | FE | 28 | 1B | 0 | 54 | 0 | 4F | 63 | 3A |
| Octal | 272 | 376 | 50 | 33 | 0 | 124 | 0 | 117 | 143 | 72 |
| Binary | 10111010 | 11111110 | 101000 | 11011 | 0 | 1010100 | 0 | 1001111 | 1100011 | 111010 |
Color Harmonies of #BAFE28
Complementary color
Monochromatic Colors of #BAFE28
Black with #BAFE28
Text Example
Text Example
White with #BAFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE28; }
p { color: rgb(186,254,40); }
H1.HeaderClassName
{
color: #BAFE28;
}
.AnyTagClassName
{
color: #BAFE28;
}
</style>
background-color css
<style>
a { background-color: #BAFE28; }
a { background-color: rgb(186,254,40); }
div.DivClassName
{
background-color: #BAFE28;
}
.BgClassName
{
background-color: #BAFE28;
}
</style>
border-color css
<style>
span { border-color: #BAFE28; }
span { border-color: rgb(186,254,40); }
td.TdClassName
{
border-color: #BAFE28;
}
.TagClassName
{
border-color: #BAFE28;
}
</style>