Shades of Conifer #BAF355
Tints of Conifer #BAF355
RGB
CMYK
RGB Variations
Color information
#BAF355 (or 0xBAF355) is known color: Conifer. HEX triplet: BA, F3 and 55. RGB value is (186,243,85). Sum of RGB (Red+Green+Blue) = 186+243+85=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF355 is #450CAA. Grayscale: #D0D0D0. Windows color (decimal): -4525227 or 5632954. OLE color: 5632954.
HSL color Cylindrical-coordinate representation of color #BAF355: hue angle of 81.65º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAF355 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 85 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.05 |
| HSL | 81.65º | 0.87% | 0.64% | - |
| HSV(B) | 81.65º | 0.65% | 0.95% | - |
| XYZ | 53.94 | 75.2 | 20.27 | - |
| YUV | 207.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 85 | 0.23 | 0 | 0.65 | 0.05 | 81.65 | 0.87 | 0.64 |
| Hex | BA | F3 | 55 | 17 | 0 | 41 | 5 | 52 | 57 | 40 |
| Octal | 272 | 363 | 125 | 27 | 0 | 101 | 5 | 122 | 127 | 100 |
| Binary | 10111010 | 11110011 | 1010101 | 10111 | 0 | 1000001 | 101 | 1010010 | 1010111 | 1000000 |
Color Harmonies of #BAF355
Complementary color
Monochromatic Colors of #BAF355
Black with #BAF355
Text Example
Text Example
White with #BAF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF355; }
p { color: rgb(186,243,85); }
H1.HeaderClassName
{
color: #BAF355;
}
.AnyTagClassName
{
color: #BAF355;
}
</style>
background-color css
<style>
a { background-color: #BAF355; }
a { background-color: rgb(186,243,85); }
div.DivClassName
{
background-color: #BAF355;
}
.BgClassName
{
background-color: #BAF355;
}
</style>
border-color css
<style>
span { border-color: #BAF355; }
span { border-color: rgb(186,243,85); }
td.TdClassName
{
border-color: #BAF355;
}
.TagClassName
{
border-color: #BAF355;
}
</style>