Shades of Green Yellow #BAF23C
Tints of Green Yellow #BAF23C
RGB
CMYK
RGB Variations
Color information
#BAF23C (or 0xBAF23C) is known color: Green Yellow. HEX triplet: BA, F2 and 3C. RGB value is (186,242,60). Sum of RGB (Red+Green+Blue) = 186+242+60=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF23C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF23C is #450DC3. Grayscale: #CDCDCD. Windows color (decimal): -4525508 or 3994298. OLE color: 3994298.
HSL color Cylindrical-coordinate representation of color #BAF23C: hue angle of 78.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAF23C is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 60 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.05 |
| HSL | 78.46º | 0.88% | 0.59% | - |
| HSV(B) | 78.46º | 0.75% | 0.95% | - |
| XYZ | 52.82 | 74.27 | 15.83 | - |
| YUV | 204.51 | 46.45 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 60 | 0.23 | 0 | 0.75 | 0.05 | 78.46 | 0.88 | 0.59 |
| Hex | BA | F2 | 3C | 17 | 0 | 4B | 5 | 4E | 58 | 3B |
| Octal | 272 | 362 | 74 | 27 | 0 | 113 | 5 | 116 | 130 | 73 |
| Binary | 10111010 | 11110010 | 111100 | 10111 | 0 | 1001011 | 101 | 1001110 | 1011000 | 111011 |
Color Harmonies of #BAF23C
Complementary color
Monochromatic Colors of #BAF23C
Black with #BAF23C
Text Example
Text Example
White with #BAF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF23C; }
p { color: rgb(186,242,60); }
H1.HeaderClassName
{
color: #BAF23C;
}
.AnyTagClassName
{
color: #BAF23C;
}
</style>
background-color css
<style>
a { background-color: #BAF23C; }
a { background-color: rgb(186,242,60); }
div.DivClassName
{
background-color: #BAF23C;
}
.BgClassName
{
background-color: #BAF23C;
}
</style>
border-color css
<style>
span { border-color: #BAF23C; }
span { border-color: rgb(186,242,60); }
td.TdClassName
{
border-color: #BAF23C;
}
.TagClassName
{
border-color: #BAF23C;
}
</style>