Shades of Conifer #BAF365
Tints of Conifer #BAF365
RGB
CMYK
RGB Variations
Color information
#BAF365 (or 0xBAF365) is known color: Conifer. HEX triplet: BA, F3 and 65. RGB value is (186,243,101). Sum of RGB (Red+Green+Blue) = 186+243+101=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF365 is #450C9A. Grayscale: #D2D2D2. Windows color (decimal): -4525211 or 6681530. OLE color: 6681530.
HSL color Cylindrical-coordinate representation of color #BAF365: hue angle of 84.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF365 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 101 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.05 |
| HSL | 84.08º | 0.86% | 0.67% | - |
| HSV(B) | 84.08º | 0.58% | 0.95% | - |
| XYZ | 54.65 | 75.48 | 24 | - |
| YUV | 209.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 101 | 0.23 | 0 | 0.58 | 0.05 | 84.08 | 0.86 | 0.67 |
| Hex | BA | F3 | 65 | 17 | 0 | 3A | 5 | 54 | 56 | 43 |
| Octal | 272 | 363 | 145 | 27 | 0 | 72 | 5 | 124 | 126 | 103 |
| Binary | 10111010 | 11110011 | 1100101 | 10111 | 0 | 111010 | 101 | 1010100 | 1010110 | 1000011 |
Color Harmonies of #BAF365
Complementary color
Monochromatic Colors of #BAF365
Black with #BAF365
Text Example
Text Example
White with #BAF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF365; }
p { color: rgb(186,243,101); }
H1.HeaderClassName
{
color: #BAF365;
}
.AnyTagClassName
{
color: #BAF365;
}
</style>
background-color css
<style>
a { background-color: #BAF365; }
a { background-color: rgb(186,243,101); }
div.DivClassName
{
background-color: #BAF365;
}
.BgClassName
{
background-color: #BAF365;
}
</style>
border-color css
<style>
span { border-color: #BAF365; }
span { border-color: rgb(186,243,101); }
td.TdClassName
{
border-color: #BAF365;
}
.TagClassName
{
border-color: #BAF365;
}
</style>