Shades of Conifer #BAF345
Tints of Conifer #BAF345
RGB
CMYK
RGB Variations
Color information
#BAF345 (or 0xBAF345) is known color: Conifer. HEX triplet: BA, F3 and 45. RGB value is (186,243,69). Sum of RGB (Red+Green+Blue) = 186+243+69=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF345 is #450CBA. Grayscale: #CECECE. Windows color (decimal): -4525243 or 4584378. OLE color: 4584378.
HSL color Cylindrical-coordinate representation of color #BAF345: hue angle of 79.66º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAF345 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 69 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.05 |
| HSL | 79.66º | 0.88% | 0.61% | - |
| HSV(B) | 79.66º | 0.72% | 0.95% | - |
| XYZ | 53.37 | 74.97 | 17.29 | - |
| YUV | 206.12 | 50.62 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 69 | 0.23 | 0 | 0.72 | 0.05 | 79.66 | 0.88 | 0.61 |
| Hex | BA | F3 | 45 | 17 | 0 | 48 | 5 | 50 | 58 | 3D |
| Octal | 272 | 363 | 105 | 27 | 0 | 110 | 5 | 120 | 130 | 75 |
| Binary | 10111010 | 11110011 | 1000101 | 10111 | 0 | 1001000 | 101 | 1010000 | 1011000 | 111101 |
Color Harmonies of #BAF345
Complementary color
Monochromatic Colors of #BAF345
Black with #BAF345
Text Example
Text Example
White with #BAF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF345; }
p { color: rgb(186,243,69); }
H1.HeaderClassName
{
color: #BAF345;
}
.AnyTagClassName
{
color: #BAF345;
}
</style>
background-color css
<style>
a { background-color: #BAF345; }
a { background-color: rgb(186,243,69); }
div.DivClassName
{
background-color: #BAF345;
}
.BgClassName
{
background-color: #BAF345;
}
</style>
border-color css
<style>
span { border-color: #BAF345; }
span { border-color: rgb(186,243,69); }
td.TdClassName
{
border-color: #BAF345;
}
.TagClassName
{
border-color: #BAF345;
}
</style>