Shades of Green Yellow #BAFE32
Tints of Green Yellow #BAFE32
RGB
CMYK
RGB Variations
Color information
#BAFE32 (or 0xBAFE32) is known color: Green Yellow. HEX triplet: BA, FE and 32. RGB value is (186,254,50). Sum of RGB (Red+Green+Blue) = 186+254+50=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE32 is #4501CD. Grayscale: #D3D3D3. Windows color (decimal): -4522446 or 3342010. OLE color: 3342010.
HSL color Cylindrical-coordinate representation of color #BAFE32: hue angle of 80º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAFE32 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 50 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.00 |
| HSL | 80º | 0.99% | 0.6% | - |
| HSV(B) | 80º | 0.8% | 1% | - |
| XYZ | 56.27 | 81.55 | 15.79 | - |
| YUV | 210.41 | 37.47 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 50 | 0.27 | 0 | 0.80 | 0.00 | 80 | 0.99 | 0.6 |
| Hex | BA | FE | 32 | 1B | 0 | 50 | 0 | 50 | 63 | 3C |
| Octal | 272 | 376 | 62 | 33 | 0 | 120 | 0 | 120 | 143 | 74 |
| Binary | 10111010 | 11111110 | 110010 | 11011 | 0 | 1010000 | 0 | 1010000 | 1100011 | 111100 |
Color Harmonies of #BAFE32
Complementary color
Monochromatic Colors of #BAFE32
Black with #BAFE32
Text Example
Text Example
White with #BAFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE32; }
p { color: rgb(186,254,50); }
H1.HeaderClassName
{
color: #BAFE32;
}
.AnyTagClassName
{
color: #BAFE32;
}
</style>
background-color css
<style>
a { background-color: #BAFE32; }
a { background-color: rgb(186,254,50); }
div.DivClassName
{
background-color: #BAFE32;
}
.BgClassName
{
background-color: #BAFE32;
}
</style>
border-color css
<style>
span { border-color: #BAFE32; }
span { border-color: rgb(186,254,50); }
td.TdClassName
{
border-color: #BAFE32;
}
.TagClassName
{
border-color: #BAFE32;
}
</style>