Shades of Green Yellow #BAF33C
Tints of Green Yellow #BAF33C
RGB
CMYK
RGB Variations
Color information
#BAF33C (or 0xBAF33C) is known color: Green Yellow. HEX triplet: BA, F3 and 3C. RGB value is (186,243,60). Sum of RGB (Red+Green+Blue) = 186+243+60=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF33C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF33C is #450CC3. Grayscale: #CDCDCD. Windows color (decimal): -4525252 or 3994554. OLE color: 3994554.
HSL color Cylindrical-coordinate representation of color #BAF33C: hue angle of 78.69º 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 #BAF33C is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 60 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.05 |
| HSL | 78.69º | 0.88% | 0.59% | - |
| HSV(B) | 78.69º | 0.75% | 0.95% | - |
| XYZ | 53.12 | 74.87 | 15.93 | - |
| YUV | 205.1 | 46.12 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 60 | 0.23 | 0 | 0.75 | 0.05 | 78.69 | 0.88 | 0.59 |
| Hex | BA | F3 | 3C | 17 | 0 | 4B | 5 | 4F | 58 | 3B |
| Octal | 272 | 363 | 74 | 27 | 0 | 113 | 5 | 117 | 130 | 73 |
| Binary | 10111010 | 11110011 | 111100 | 10111 | 0 | 1001011 | 101 | 1001111 | 1011000 | 111011 |
Color Harmonies of #BAF33C
Complementary color
Monochromatic Colors of #BAF33C
Black with #BAF33C
Text Example
Text Example
White with #BAF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF33C; }
p { color: rgb(186,243,60); }
H1.HeaderClassName
{
color: #BAF33C;
}
.AnyTagClassName
{
color: #BAF33C;
}
</style>
background-color css
<style>
a { background-color: #BAF33C; }
a { background-color: rgb(186,243,60); }
div.DivClassName
{
background-color: #BAF33C;
}
.BgClassName
{
background-color: #BAF33C;
}
</style>
border-color css
<style>
span { border-color: #BAF33C; }
span { border-color: rgb(186,243,60); }
td.TdClassName
{
border-color: #BAF33C;
}
.TagClassName
{
border-color: #BAF33C;
}
</style>