Shades of Conifer #BAF760
Tints of Conifer #BAF760
RGB
CMYK
RGB Variations
Color information
#BAF760 (or 0xBAF760) is known color: Conifer. HEX triplet: BA, F7 and 60. RGB value is (186,247,96). Sum of RGB (Red+Green+Blue) = 186+247+96=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF760 is #45089F. Grayscale: #D4D4D4. Windows color (decimal): -4524192 or 6354874. OLE color: 6354874.
HSL color Cylindrical-coordinate representation of color #BAF760: hue angle of 84.24º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF760 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 96 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.03 |
| HSL | 84.24º | 0.9% | 0.67% | - |
| HSV(B) | 84.24º | 0.61% | 0.97% | - |
| XYZ | 55.62 | 77.81 | 23.15 | - |
| YUV | 211.55 | 62.79 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 96 | 0.25 | 0 | 0.61 | 0.03 | 84.24 | 0.9 | 0.67 |
| Hex | BA | F7 | 60 | 19 | 0 | 3D | 3 | 54 | 5A | 43 |
| Octal | 272 | 367 | 140 | 31 | 0 | 75 | 3 | 124 | 132 | 103 |
| Binary | 10111010 | 11110111 | 1100000 | 11001 | 0 | 111101 | 11 | 1010100 | 1011010 | 1000011 |
Color Harmonies of #BAF760
Complementary color
Monochromatic Colors of #BAF760
Black with #BAF760
Text Example
Text Example
White with #BAF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF760; }
p { color: rgb(186,247,96); }
H1.HeaderClassName
{
color: #BAF760;
}
.AnyTagClassName
{
color: #BAF760;
}
</style>
background-color css
<style>
a { background-color: #BAF760; }
a { background-color: rgb(186,247,96); }
div.DivClassName
{
background-color: #BAF760;
}
.BgClassName
{
background-color: #BAF760;
}
</style>
border-color css
<style>
span { border-color: #BAF760; }
span { border-color: rgb(186,247,96); }
td.TdClassName
{
border-color: #BAF760;
}
.TagClassName
{
border-color: #BAF760;
}
</style>