Shades of Green Yellow #BAFF25
Tints of Green Yellow #BAFF25
RGB
CMYK
RGB Variations
Color information
#BAFF25 (or 0xBAFF25) is known color: Green Yellow. HEX triplet: BA, FF and 25. RGB value is (186,255,37). Sum of RGB (Red+Green+Blue) = 186+255+37=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF25 is #4500DA. Grayscale: #D2D2D2. Windows color (decimal): -4522203 or 2490298. OLE color: 2490298.
HSL color Cylindrical-coordinate representation of color #BAFF25: hue angle of 78.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAFF25 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 37 | - |
| CMYK | 0.27 | 0 | 0.85 | 0 |
| HSL | 78.99º | 1% | 0.57% | - |
| HSV(B) | 78.99º | 0.85% | 1% | - |
| XYZ | 56.34 | 82.09 | 14.63 | - |
| YUV | 209.52 | 30.64 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 37 | 0.27 | 0 | 0.85 | 0 | 78.99 | 1 | 0.57 |
| Hex | BA | FF | 25 | 1B | 0 | 55 | 0 | 4F | 64 | 39 |
| Octal | 272 | 377 | 45 | 33 | 0 | 125 | 0 | 117 | 144 | 71 |
| Binary | 10111010 | 11111111 | 100101 | 11011 | 0 | 1010101 | 0 | 1001111 | 1100100 | 111001 |
Color Harmonies of #BAFF25
Complementary color
Monochromatic Colors of #BAFF25
Black with #BAFF25
Text Example
Text Example
White with #BAFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF25; }
p { color: rgb(186,255,37); }
H1.HeaderClassName
{
color: #BAFF25;
}
.AnyTagClassName
{
color: #BAFF25;
}
</style>
background-color css
<style>
a { background-color: #BAFF25; }
a { background-color: rgb(186,255,37); }
div.DivClassName
{
background-color: #BAFF25;
}
.BgClassName
{
background-color: #BAFF25;
}
</style>
border-color css
<style>
span { border-color: #BAFF25; }
span { border-color: rgb(186,255,37); }
td.TdClassName
{
border-color: #BAFF25;
}
.TagClassName
{
border-color: #BAFF25;
}
</style>