Shades of Conifer #BAF74C
Tints of Conifer #BAF74C
RGB
CMYK
RGB Variations
Color information
#BAF74C (or 0xBAF74C) is known color: Conifer. HEX triplet: BA, F7 and 4C. RGB value is (186,247,76). Sum of RGB (Red+Green+Blue) = 186+247+76=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF74C is #4508B3. Grayscale: #D1D1D1. Windows color (decimal): -4524212 or 5044154. OLE color: 5044154.
HSL color Cylindrical-coordinate representation of color #BAF74C: hue angle of 81.4º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF74C is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 76 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.03 |
| HSL | 81.4º | 0.91% | 0.63% | - |
| HSV(B) | 81.4º | 0.69% | 0.97% | - |
| XYZ | 54.81 | 77.48 | 18.9 | - |
| YUV | 209.27 | 52.79 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 76 | 0.25 | 0 | 0.69 | 0.03 | 81.4 | 0.91 | 0.63 |
| Hex | BA | F7 | 4C | 19 | 0 | 45 | 3 | 51 | 5B | 3F |
| Octal | 272 | 367 | 114 | 31 | 0 | 105 | 3 | 121 | 133 | 77 |
| Binary | 10111010 | 11110111 | 1001100 | 11001 | 0 | 1000101 | 11 | 1010001 | 1011011 | 111111 |
Color Harmonies of #BAF74C
Complementary color
Monochromatic Colors of #BAF74C
Black with #BAF74C
Text Example
Text Example
White with #BAF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF74C; }
p { color: rgb(186,247,76); }
H1.HeaderClassName
{
color: #BAF74C;
}
.AnyTagClassName
{
color: #BAF74C;
}
</style>
background-color css
<style>
a { background-color: #BAF74C; }
a { background-color: rgb(186,247,76); }
div.DivClassName
{
background-color: #BAF74C;
}
.BgClassName
{
background-color: #BAF74C;
}
</style>
border-color css
<style>
span { border-color: #BAF74C; }
span { border-color: rgb(186,247,76); }
td.TdClassName
{
border-color: #BAF74C;
}
.TagClassName
{
border-color: #BAF74C;
}
</style>