Shades of Conifer #BAF354
Tints of Conifer #BAF354
RGB
CMYK
RGB Variations
Color information
#BAF354 (or 0xBAF354) is known color: Conifer. HEX triplet: BA, F3 and 54. RGB value is (186,243,84). Sum of RGB (Red+Green+Blue) = 186+243+84=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF354 is #450CAB. Grayscale: #D0D0D0. Windows color (decimal): -4525228 or 5567418. OLE color: 5567418.
HSL color Cylindrical-coordinate representation of color #BAF354: hue angle of 81.51º 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 #BAF354 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 84 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.05 |
| HSL | 81.51º | 0.87% | 0.64% | - |
| HSV(B) | 81.51º | 0.65% | 0.95% | - |
| XYZ | 53.9 | 75.18 | 20.06 | - |
| YUV | 207.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 84 | 0.23 | 0 | 0.65 | 0.05 | 81.51 | 0.87 | 0.64 |
| Hex | BA | F3 | 54 | 17 | 0 | 41 | 5 | 52 | 57 | 40 |
| Octal | 272 | 363 | 124 | 27 | 0 | 101 | 5 | 122 | 127 | 100 |
| Binary | 10111010 | 11110011 | 1010100 | 10111 | 0 | 1000001 | 101 | 1010010 | 1010111 | 1000000 |
Color Harmonies of #BAF354
Complementary color
Monochromatic Colors of #BAF354
Black with #BAF354
Text Example
Text Example
White with #BAF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF354; }
p { color: rgb(186,243,84); }
H1.HeaderClassName
{
color: #BAF354;
}
.AnyTagClassName
{
color: #BAF354;
}
</style>
background-color css
<style>
a { background-color: #BAF354; }
a { background-color: rgb(186,243,84); }
div.DivClassName
{
background-color: #BAF354;
}
.BgClassName
{
background-color: #BAF354;
}
</style>
border-color css
<style>
span { border-color: #BAF354; }
span { border-color: rgb(186,243,84); }
td.TdClassName
{
border-color: #BAF354;
}
.TagClassName
{
border-color: #BAF354;
}
</style>