Shades of Green Yellow #BAF23B
Tints of Green Yellow #BAF23B
RGB
CMYK
RGB Variations
Color information
#BAF23B (or 0xBAF23B) is known color: Green Yellow. HEX triplet: BA, F2 and 3B. RGB value is (186,242,59). Sum of RGB (Red+Green+Blue) = 186+242+59=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF23B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF23B is #450DC4. Grayscale: #CDCDCD. Windows color (decimal): -4525509 or 3928762. OLE color: 3928762.
HSL color Cylindrical-coordinate representation of color #BAF23B: hue angle of 78.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAF23B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 59 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.05 |
| HSL | 78.36º | 0.88% | 0.59% | - |
| HSV(B) | 78.36º | 0.76% | 0.95% | - |
| XYZ | 52.79 | 74.26 | 15.69 | - |
| YUV | 204.39 | 45.95 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 59 | 0.23 | 0 | 0.76 | 0.05 | 78.36 | 0.88 | 0.59 |
| Hex | BA | F2 | 3B | 17 | 0 | 4C | 5 | 4E | 58 | 3B |
| Octal | 272 | 362 | 73 | 27 | 0 | 114 | 5 | 116 | 130 | 73 |
| Binary | 10111010 | 11110010 | 111011 | 10111 | 0 | 1001100 | 101 | 1001110 | 1011000 | 111011 |
Color Harmonies of #BAF23B
Complementary color
Monochromatic Colors of #BAF23B
Black with #BAF23B
Text Example
Text Example
White with #BAF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF23B; }
p { color: rgb(186,242,59); }
H1.HeaderClassName
{
color: #BAF23B;
}
.AnyTagClassName
{
color: #BAF23B;
}
</style>
background-color css
<style>
a { background-color: #BAF23B; }
a { background-color: rgb(186,242,59); }
div.DivClassName
{
background-color: #BAF23B;
}
.BgClassName
{
background-color: #BAF23B;
}
</style>
border-color css
<style>
span { border-color: #BAF23B; }
span { border-color: rgb(186,242,59); }
td.TdClassName
{
border-color: #BAF23B;
}
.TagClassName
{
border-color: #BAF23B;
}
</style>