Shades of Green Yellow #BAFC34
Tints of Green Yellow #BAFC34
RGB
CMYK
RGB Variations
Color information
#BAFC34 (or 0xBAFC34) is known color: Green Yellow. HEX triplet: BA, FC and 34. RGB value is (186,252,52). Sum of RGB (Red+Green+Blue) = 186+252+52=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC34 is #4503CB. Grayscale: #D2D2D2. Windows color (decimal): -4522956 or 3472570. OLE color: 3472570.
HSL color Cylindrical-coordinate representation of color #BAFC34: hue angle of 79.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAFC34 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 52 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.01 |
| HSL | 79.8º | 0.97% | 0.6% | - |
| HSV(B) | 79.8º | 0.79% | 0.99% | - |
| XYZ | 55.68 | 80.31 | 15.82 | - |
| YUV | 209.47 | 39.13 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 52 | 0.26 | 0 | 0.79 | 0.01 | 79.8 | 0.97 | 0.6 |
| Hex | BA | FC | 34 | 1A | 0 | 4F | 1 | 50 | 61 | 3C |
| Octal | 272 | 374 | 64 | 32 | 0 | 117 | 1 | 120 | 141 | 74 |
| Binary | 10111010 | 11111100 | 110100 | 11010 | 0 | 1001111 | 1 | 1010000 | 1100001 | 111100 |
Color Harmonies of #BAFC34
Complementary color
Monochromatic Colors of #BAFC34
Black with #BAFC34
Text Example
Text Example
White with #BAFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC34; }
p { color: rgb(186,252,52); }
H1.HeaderClassName
{
color: #BAFC34;
}
.AnyTagClassName
{
color: #BAFC34;
}
</style>
background-color css
<style>
a { background-color: #BAFC34; }
a { background-color: rgb(186,252,52); }
div.DivClassName
{
background-color: #BAFC34;
}
.BgClassName
{
background-color: #BAFC34;
}
</style>
border-color css
<style>
span { border-color: #BAFC34; }
span { border-color: rgb(186,252,52); }
td.TdClassName
{
border-color: #BAFC34;
}
.TagClassName
{
border-color: #BAFC34;
}
</style>