Shades of Green Yellow #BAF334
Tints of Green Yellow #BAF334
RGB
CMYK
RGB Variations
Color information
#BAF334 (or 0xBAF334) is known color: Green Yellow. HEX triplet: BA, F3 and 34. RGB value is (186,243,52). Sum of RGB (Red+Green+Blue) = 186+243+52=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF334 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF334 is #450CCB. Grayscale: #CCCCCC. Windows color (decimal): -4525260 or 3470266. OLE color: 3470266.
HSL color Cylindrical-coordinate representation of color #BAF334: hue angle of 77.91º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAF334 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 52 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.05 |
| HSL | 77.91º | 0.89% | 0.58% | - |
| HSV(B) | 77.91º | 0.79% | 0.95% | - |
| XYZ | 52.92 | 74.79 | 14.9 | - |
| YUV | 204.18 | 42.12 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 52 | 0.23 | 0 | 0.79 | 0.05 | 77.91 | 0.89 | 0.58 |
| Hex | BA | F3 | 34 | 17 | 0 | 4F | 5 | 4E | 59 | 3A |
| Octal | 272 | 363 | 64 | 27 | 0 | 117 | 5 | 116 | 131 | 72 |
| Binary | 10111010 | 11110011 | 110100 | 10111 | 0 | 1001111 | 101 | 1001110 | 1011001 | 111010 |
Color Harmonies of #BAF334
Complementary color
Monochromatic Colors of #BAF334
Black with #BAF334
Text Example
Text Example
White with #BAF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF334; }
p { color: rgb(186,243,52); }
H1.HeaderClassName
{
color: #BAF334;
}
.AnyTagClassName
{
color: #BAF334;
}
</style>
background-color css
<style>
a { background-color: #BAF334; }
a { background-color: rgb(186,243,52); }
div.DivClassName
{
background-color: #BAF334;
}
.BgClassName
{
background-color: #BAF334;
}
</style>
border-color css
<style>
span { border-color: #BAF334; }
span { border-color: rgb(186,243,52); }
td.TdClassName
{
border-color: #BAF334;
}
.TagClassName
{
border-color: #BAF334;
}
</style>