Shades of Green Yellow #BAFF3C
Tints of Green Yellow #BAFF3C
RGB
CMYK
RGB Variations
Color information
#BAFF3C (or 0xBAFF3C) is known color: Green Yellow. HEX triplet: BA, FF and 3C. RGB value is (186,255,60). Sum of RGB (Red+Green+Blue) = 186+255+60=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF3C is #4500C3. Grayscale: #D4D4D4. Windows color (decimal): -4522180 or 3997626. OLE color: 3997626.
HSL color Cylindrical-coordinate representation of color #BAFF3C: hue angle of 81.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAFF3C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 60 | - |
| CMYK | 0.27 | 0 | 0.76 | 0 |
| HSL | 81.23º | 1% | 0.62% | - |
| HSV(B) | 81.23º | 0.76% | 1% | - |
| XYZ | 56.83 | 82.29 | 17.16 | - |
| YUV | 212.14 | 42.14 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 60 | 0.27 | 0 | 0.76 | 0 | 81.23 | 1 | 0.62 |
| Hex | BA | FF | 3C | 1B | 0 | 4C | 0 | 51 | 64 | 3E |
| Octal | 272 | 377 | 74 | 33 | 0 | 114 | 0 | 121 | 144 | 76 |
| Binary | 10111010 | 11111111 | 111100 | 11011 | 0 | 1001100 | 0 | 1010001 | 1100100 | 111110 |
Color Harmonies of #BAFF3C
Complementary color
Monochromatic Colors of #BAFF3C
Black with #BAFF3C
Text Example
Text Example
White with #BAFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF3C; }
p { color: rgb(186,255,60); }
H1.HeaderClassName
{
color: #BAFF3C;
}
.AnyTagClassName
{
color: #BAFF3C;
}
</style>
background-color css
<style>
a { background-color: #BAFF3C; }
a { background-color: rgb(186,255,60); }
div.DivClassName
{
background-color: #BAFF3C;
}
.BgClassName
{
background-color: #BAFF3C;
}
</style>
border-color css
<style>
span { border-color: #BAFF3C; }
span { border-color: rgb(186,255,60); }
td.TdClassName
{
border-color: #BAFF3C;
}
.TagClassName
{
border-color: #BAFF3C;
}
</style>