Shades of Green Yellow #BAFF33
Tints of Green Yellow #BAFF33
RGB
CMYK
RGB Variations
Color information
#BAFF33 (or 0xBAFF33) is known color: Green Yellow. HEX triplet: BA, FF and 33. RGB value is (186,255,51). Sum of RGB (Red+Green+Blue) = 186+255+51=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF33 is #4500CC. Grayscale: #D3D3D3. Windows color (decimal): -4522189 or 3407802. OLE color: 3407802.
HSL color Cylindrical-coordinate representation of color #BAFF33: hue angle of 80.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAFF33 is Cyan = 0.27, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 51 | - |
| CMYK | 0.27 | 0 | 0.8 | 0 |
| HSL | 80.29º | 1% | 0.6% | - |
| HSV(B) | 80.29º | 0.8% | 1% | - |
| XYZ | 56.61 | 82.2 | 16.01 | - |
| YUV | 211.11 | 37.64 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 51 | 0.27 | 0 | 0.8 | 0 | 80.29 | 1 | 0.6 |
| Hex | BA | FF | 33 | 1B | 0 | 50 | 0 | 50 | 64 | 3C |
| Octal | 272 | 377 | 63 | 33 | 0 | 120 | 0 | 120 | 144 | 74 |
| Binary | 10111010 | 11111111 | 110011 | 11011 | 0 | 1010000 | 0 | 1010000 | 1100100 | 111100 |
Color Harmonies of #BAFF33
Complementary color
Monochromatic Colors of #BAFF33
Black with #BAFF33
Text Example
Text Example
White with #BAFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF33; }
p { color: rgb(186,255,51); }
H1.HeaderClassName
{
color: #BAFF33;
}
.AnyTagClassName
{
color: #BAFF33;
}
</style>
background-color css
<style>
a { background-color: #BAFF33; }
a { background-color: rgb(186,255,51); }
div.DivClassName
{
background-color: #BAFF33;
}
.BgClassName
{
background-color: #BAFF33;
}
</style>
border-color css
<style>
span { border-color: #BAFF33; }
span { border-color: rgb(186,255,51); }
td.TdClassName
{
border-color: #BAFF33;
}
.TagClassName
{
border-color: #BAFF33;
}
</style>